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

Commit 2bed934

Browse files
committed
Fixed the broken redirection.
1 parent c768deb commit 2bed934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

when-up

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
echo "Waiting for $HOST to come online..."
3333

34-
ping -c 1 -W 1 $HOST >/dev/nu
34+
ping -c 1 -W 1 $HOST >/dev/null
3535
while [ $? -ne 0 ]; do
3636
sleep 1
3737
ping -c 1 -W 1 $HOST >/dev/null

0 commit comments

Comments
 (0)