From fbba796f437c704a30b16d63b60d8789be762084 Mon Sep 17 00:00:00 2001 From: Reidar Cederqvist Date: Mon, 15 May 2017 16:00:02 +0200 Subject: [PATCH] Revert "inteno-netmode: fixed issues with ex400 behind ex400 refs" This reverts commit aae94da9ece4dadaa41d5779e5b7ea089dc74907. --- inteno-netmodes/files/sbin/netmode-client-detect | 1 - 1 file changed, 1 deletion(-) diff --git a/inteno-netmodes/files/sbin/netmode-client-detect b/inteno-netmodes/files/sbin/netmode-client-detect index 0072fafaa..b2fa1eaf3 100755 --- a/inteno-netmodes/files/sbin/netmode-client-detect +++ b/inteno-netmodes/files/sbin/netmode-client-detect @@ -9,7 +9,6 @@ local action ipaddr macaddr network timed_check() { while true; do - ubus call repeater get_creds '{"network":"'$network'","file":"/tmp/wificontrol.txt"}' >/dev/null wificontrol --router sleep $1 done