Skip to content

Commit

Permalink
fix demo/start.sh on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
uprendis committed May 2, 2022
1 parent 8d3ee1a commit 6381f21
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 6381f21

Please sign in to comment.