zfs mirror fix ping wrong param
This commit is contained in:
parent
0507a0e740
commit
2446f36375
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
while ! ping -c1 -t2 "${server_ip}"
|
||||
while ! ping -c1 -W2 "${server_ip}"
|
||||
do
|
||||
sleep 3
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue