diff --git a/inteno-netmodes/files/sbin/netmode-client-detect b/inteno-netmodes/files/sbin/netmode-client-detect index 5ca3dbd9e..ecefee25e 100755 --- a/inteno-netmodes/files/sbin/netmode-client-detect +++ b/inteno-netmodes/files/sbin/netmode-client-detect @@ -9,6 +9,7 @@ local action ipaddr macaddr network timed_check() { while true; do + ubus call repeater get_creds '{"network":"lan","file":"/tmp/wificontrol.txt"}' wificontrol --router sleep $1 done