Update index.py

pull/420/head
midoks 2 years ago
parent ced48bab47
commit d35439d286
  1. 2
      plugins/nezha/index.py

@ -260,7 +260,7 @@ class App:
mw.execShell('systemctl enable nezha')
return 'ok'
def initd_uinstall(self):
def initd_uninstall(self):
mw.execShell('systemctl disable nezha')
return 'ok'

Loading…
Cancel
Save