From d8a926b4cacab831be0a2894239fe41ae86266bf Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 29 Jan 2021 19:59:49 +0800 Subject: [PATCH] Update index.py --- plugins/socket5/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/socket5/index.py b/plugins/socket5/index.py index eb8eb03c0..0c33fe4c5 100755 --- a/plugins/socket5/index.py +++ b/plugins/socket5/index.py @@ -78,7 +78,7 @@ def initConf(): init_file = '/etc/init.d/ss5' if os.path.exists(init_file): - mw.execShell('chmod +x' + init_file) + mw.execShell('chmod +x ' + init_file) ss5_pwd = getServerDir() + '/ss5.passwd' if not os.path.exists(ss5_pwd):