summaryrefslogtreecommitdiff
path: root/net/netplugd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/netplugd.sh')
-rw-r--r--net/netplugd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netplugd.sh b/net/netplugd.sh
index f7df7a3..f43a5e6 100644
--- a/net/netplugd.sh
+++ b/net/netplugd.sh
@@ -74,7 +74,7 @@ netplugd_pre_start()
fi
sleep 1
[ ${timeout} -eq 0 ] && continue
- i=$((${i} + 1))
+ : $(( i += 1 ))
[ ${i} -ge ${timeout} ] && break
done