Update system_api.py

pull/109/head
midoks 5 years ago
parent 960b9f8588
commit 1e1d54623e
  1. 1
      class/core/system_api.py

@ -676,6 +676,7 @@ class system_api:
mw.execShell('unzip -o ' + toPath + '/mw.zip' + ' -d ./')
mw.execShell('unzip -o mw.zip -d ./')
mw.execShell('rm -f mw.zip')
mw.execShell('service mw restart')
return mw.returnJson(True, '安装更新成功!')
return mw.returnJson(False, '已经是最新,无需更新!')

Loading…
Cancel
Save