From cdd6c040293eb19b1263314c46ba570d6bdc6320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 2 Feb 2012 07:44:02 +0100 Subject: wakey: increase loop count --- wakey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1-2-g2b99