summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cryptfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs.in b/cryptfs.in
index 173cee3..0dd1637 100644
--- a/cryptfs.in
+++ b/cryptfs.in
@@ -53,7 +53,7 @@ start)
grep -m1 "^\(ssh\|ftp\)fs#\S*\s\+${neededKeyFs}\s" | \
sed "s>^\(ssh\|ftp\)fs#\([^ :@]*@\)\?\([^ :@]\+\)\(:\S\+\)\?\s\+${neededKeyFs}\s.*$>\3>"
)"
- while [ ${maxWait} -gt 0 ] && ! /bin/ping -c1 ${host} &> /dev/null
+ while [ ${maxWait} -gt 0 ] && ! /bin/ping6 -c1 ${host} &> /dev/null && ! /bin/ping -c1 ${host} &> /dev/null
do
>&2 echo -ne ","
sleep 1