Update index.py

pull/109/head
midoks 4 years ago
parent fc306f861f
commit d8a926b4ca
  1. 2
      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):

Loading…
Cancel
Save