diff --git a/class/core/common.py b/class/core/common.py index 7d40d90a0..8d25e3a81 100755 --- a/class/core/common.py +++ b/class/core/common.py @@ -68,8 +68,8 @@ def initInitD(): import shutil shutil.copyfile(script_bin, initd_bin) public.execShell('chmod +x ' + initd_bin) - #加入自启动 - public.execShell('chkconfig --add mw') + #加入自启动 + public.execShell('chkconfig --add mw') def initUserInfo():