zfs mirror fix ping wrong param

This commit is contained in:
cronekorkn 2022-10-10 10:28:45 +02:00
parent 0507a0e740
commit 2446f36375
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -1,6 +1,6 @@
#!/bin/bash
while ! ping -c1 -t2 "${server_ip}"
while ! ping -c1 -W2 "${server_ip}"
do
sleep 3
done