瀏覽代碼

Forgot one uci:commit

Michael Schwarz 8 年之前
父節點
當前提交
a8d93b736a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ffho/ffho-autoupdater-wifi-fallback/files/usr/sbin/autoupdater-wifi-fallback

+ 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")