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 ! ip addr | grep -v "127\.0\.0\.1" | grep -q "^\s*inet\s[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+/" + while ! /sbin/ip -o addr show scope global | grep -q '\S' do >&2 echo -ne "." sleep 1 |