소스 검색

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