Skip to content

Commit

Permalink
Cleanup output (#3492)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheran-senthil authored Jul 16, 2022
1 parent dfa66d3 commit 327251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/startup/poa-ganache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ npx ganache \
--database.dbPath /usr/db \
--chain.networkId 12345 &

while ! node -e "require('http').request('http://poa-blockscout:4000').end()"; do
while ! node -e "require('http').request('http://poa-blockscout:4000').end()" 2>/dev/null; do
sleep 1
done

Expand Down

0 comments on commit 327251f

Please sign in to comment.