Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Commit 87bb5b7

Browse files
committed
Adding again sleep as asked by the creator
1 parent 86267de commit 87bb5b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

when-up

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ echo "Waiting for $HOST to come online..."
2525

2626
false
2727
while [ $? -ne 0 ]; do
28+
sleep 1
2829
ping -c 1 -W 1 $HOST >/dev/null
2930
done
3031

0 commit comments

Comments
 (0)