Skip to content

Commit

Permalink
Merge pull request #296 from uprendis/feature/fix-macos-demo-script
Browse files Browse the repository at this point in the history
Fix demo script on macOS
  • Loading branch information
uprendis authored May 5, 2022
2 parents 39144c8 + 6381f21 commit 4484e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ do
--nat extip:127.0.0.1 \
--http --http.addr="127.0.0.1" --http.port=${RPCP} --http.corsdomain="*" --http.api="eth,debug,net,admin,web3,personal,txpool,ftm,dag" \
--ws --ws.addr="127.0.0.1" --ws.port=${WSP} --ws.origins="*" --ws.api="eth,debug,net,admin,web3,personal,txpool,ftm,dag" \
--verbosity=3 --tracing &>> opera$i.log)&
--verbosity=3 --tracing >> opera$i.log 2>&1)&

echo -e "\tnode$i ok"
done
Expand Down

0 comments on commit 4484e47

Please sign in to comment.