Skip to content

Commit

Permalink
add sleep in docker start script for endpoint issue (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
yabinma committed Aug 27, 2024
1 parent 3b6bcf5 commit 8773508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/netclient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ echo "[netclient] starting netclient daemon"
/root/netclient $VERBOSITY_CMD install
wait $!

sleep 5

# join network based on env vars
echo "[netclient] joining network"

Expand Down

0 comments on commit 8773508

Please sign in to comment.