summaryrefslogtreecommitdiff
path: root/cryptfs.bin.in
diff options
context:
space:
mode:
Diffstat (limited to 'cryptfs.bin.in')
-rw-r--r--cryptfs.bin.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs.bin.in b/cryptfs.bin.in
index 4057651..b928efb 100644
--- a/cryptfs.bin.in
+++ b/cryptfs.bin.in
@@ -220,7 +220,7 @@ do_mount() {
host=$(extract_ssh_host "${host}")
while [ $(date +%s) -lt ${max_wait} ] && \
! timeout 1 #PING6# -c1 "${host}" >/dev/null 2>&1 && \
- ! timeout 1 ping -c1 "${host}" >/dev/null 2>&1; do
+ ! timeout 1 #PING4# -c1 "${host}" >/dev/null 2>&1; do
>&2 printf ','
sleep 1
done