Update common.py

pull/109/head
midoks 3 years ago
parent fa35e50860
commit 820135043a
  1. 1
      class/core/common.py

@ -72,6 +72,7 @@ def initInitD():
mw.execShell('chmod +x ' + initd_bin)
# 加入自启动
mw.execShell('chkconfig --add mw')
mw.execShell('systemctl enable mw')
def initUserInfo():

Loading…
Cancel
Save