summaryrefslogtreecommitdiffstats
path: root/wakey
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-02 07:44:02 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-02 07:44:02 +0100
commitcdd6c040293eb19b1263314c46ba570d6bdc6320 (patch)
tree6b98d806003c440fdf61be809d7aa62371ebb414 /wakey
parentf0664229685123d6b41e3795915f655ce80cc444 (diff)
downloadbin-cdd6c040293eb19b1263314c46ba570d6bdc6320.zip
bin-cdd6c040293eb19b1263314c46ba570d6bdc6320.tar.gz
wakey: increase loop count
Diffstat (limited to 'wakey')
-rwxr-xr-xwakey2
1 files changed, 1 insertions, 1 deletions
diff --git a/wakey b/wakey
index 1c6473e..70647a1 100755
--- a/wakey
+++ b/wakey
@@ -3,7 +3,7 @@
host=$1
mac=$2
CPT=0
-while [ ${CPT} -ne 5 ]; do
+while [ ${CPT} -ne 10 ]; do
CPT=$((CPT+1))
wol $mac
ping -c 1 -W 10 $host 2>&1 >/dev/null