diff options
Diffstat (limited to 'net/tuntap.sh')
-rw-r--r-- | net/tuntap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tuntap.sh b/net/tuntap.sh index 5e9cf0b0..2970fddb 100644 --- a/net/tuntap.sh +++ b/net/tuntap.sh @@ -26,7 +26,7 @@ tuntap_pre_start() return 1 fi vebegin "Waiting for /dev/net/tun" - # /dev/net/tun can take it's time to appear + # /dev/net/tun can take its time to appear local timeout=10 while [ ! -e /dev/net/tun -a ${timeout} -gt 0 ]; do sleep 1 |