Skip to content

Commit

Permalink
fixed start-octez.sh failure in checking bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
LaBoulange committed Feb 4, 2024
1 parent f69356a commit 9c983e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/bin/start-octez.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ rm $NODE_LOG_FILE

echo "Starting node"
nohup octez-node run --config-file=$NODE_CONFIG_FILE --rpc-addr $NODE_RPC_ADDR --log-output=$NODE_LOG_FILE &>/dev/null &
sleep 15

echo "Checking bootstrap"
sleep 20
octez-client --base-dir $CLIENT_BASE_DIR --endpoint http://${NODE_RPC_ADDR} bootstrapped

echo "Starting baker"
Expand Down

0 comments on commit 9c983e6

Please sign in to comment.