diff --git a/node-restart.sh b/node-restart.sh index 412895e..a404ea7 100755 --- a/node-restart.sh +++ b/node-restart.sh @@ -101,7 +101,7 @@ function wait_for_job_completion() { break; else i=$(($i+10)) - sleep 10s + sleep 10 echo "$node - $i seconds" fi done @@ -121,7 +121,7 @@ function wait_for_status() { break; else i=$(($i+10)) - sleep 10s + sleep 10 echo "$node NotReady - waited $i seconds" fi done