Update index.py
This commit is contained in:
parent
3a10aa7809
commit
aac7704208
|
|
@ -120,7 +120,7 @@ class App:
|
|||
mw.writeFile(systemService, se_content)
|
||||
mw.execShell('systemctl daemon-reload')
|
||||
|
||||
log_path = getServerDir() + '/log'
|
||||
log_path = self.getServerDir() + '/log'
|
||||
if not os.path.exists(log_path):
|
||||
os.mkdir(log_path)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue