diff options
-rw-r--r-- | cryptfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ start) if echo "${fsTab}" | grep -q "^\(ssh\|ftp\)fs#\S*\s\+${neededKeyFs}\s" then maxWait=120 - while ! /sbin/ip -o addr show scope global | grep -q '\S' + while [ ${maxWait} -gt 0 ] && ! /sbin/ip -o addr show scope global | grep -q '\S' do >&2 echo -ne "." sleep 1 |