Update index.py

This commit is contained in:
midoks 2022-09-28 19:15:34 +08:00
parent 3a10aa7809
commit aac7704208
1 changed files with 1 additions and 1 deletions

View File

@ -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)