Update task.py

pull/109/head
midoks 3 years ago
parent c8cadbda2e
commit 9acf8edd8b
  1. 3
      task.py

@ -489,7 +489,8 @@ def openrestyAutoRestart():
while True:
# 检查是否安装
odir = mw.getServerDir() + '/openresty'
if os.path.exists(odir):
if not os.path.exists(odir):
time.sleep(86400)
continue
# systemd

Loading…
Cancel
Save