Browse Source

Forgot one uci:commit

Michael Schwarz 8 years ago
parent
commit
a8d93b736a

+ 0 - 1
ffho/ffho-autoupdater-wifi-fallback/files/usr/sbin/autoupdater-wifi-fallback

@@ -105,7 +105,6 @@ local function revert_to_standard_mode(restart_network)
   print("Going back to standard config")
   uci:revert('wireless')
   uci:save('wireless')
-  uci:commit('wireless')
   if restart_network then
     os.execute("/etc/init.d/network restart")
     os.execute("sleep 30")