Skip to content

Commit

Permalink
scripts/gceworker.sh: remove extra s in sleep command
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
mufeez-amjad committed Jan 24, 2022
1 parent e1068d7 commit 9cdc63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gceworker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ case "${cmd}" in
gcloud compute firewall-rules create "${NAME}-mosh" --allow udp:60000-61000

# wait a bit to let gcloud create the instance before retrying
sleep 30s
sleep 30
# Retry while vm and sshd start up.
retry gcloud compute ssh "${NAME}" --command=true

Expand Down

0 comments on commit 9cdc63a

Please sign in to comment.