Update index.py
This commit is contained in:
parent
0fede2f2df
commit
cff0a212f2
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue