Update index.py

pull/327/head
midoks 2 years ago
parent 4f8fc31ca3
commit 5bc10bebd0
  1. 2
      plugins/webstats/index.py

@ -253,7 +253,7 @@ def start():
if not mw.isAppleSystem(): if not mw.isAppleSystem():
mw.execShell("chown -R www:www " + getServerDir()) mw.execShell("chown -R www:www " + getServerDir())
mw.opWeb("reload") mw.opWeb("restart")
return 'ok' return 'ok'

Loading…
Cancel
Save