Revert "inteno-netmode: fixed issues with ex400 behind ex400 refs"

This reverts commit aae94da9ec.
This commit is contained in:
Reidar Cederqvist 2017-05-15 16:00:02 +02:00
parent fafa596b11
commit fbba796f43

View file

@ -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