diff options
-rwxr-xr-x | usr/bin/aap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/bin/aap b/usr/bin/aap index 75e1cbfe..e1070788 100755 --- a/usr/bin/aap +++ b/usr/bin/aap @@ -76,7 +76,7 @@ BEGIN { system("uci show wireless > /tmp/keepalive"); system("wifi up"); while(system("sleep 60; wget -q -T 30 -O /dev/null http://google.com/index.html") == 0) { - system("ledoff") + system("all_led none") } } else { |