Update index.py

This commit is contained in:
midoks 2018-12-09 21:23:56 +08:00
parent 0fede2f2df
commit cff0a212f2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def status():
def initDreplace():
file_tpl = getConf()
service_path = os.path.dirname(os.getcwd())
service_path = public.getServerDir()
initD_path = getServerDir() + '/init.d'
if not os.path.exists(initD_path):