From e2317f50b55dbc4556636367aeb6c0a352e3d536 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 15 Mar 2019 14:43:00 +0800 Subject: [PATCH] Update common.py --- class/core/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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():