Update index.py

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

@ -275,7 +275,7 @@ class App:
mw.execShell('systemctl enable nezha-agent')
return 'ok'
def initd_uinstall_agent(self):
def initd_uninstall_agent(self):
mw.execShell('systemctl disable nezha-agent')
return 'ok'

Loading…
Cancel
Save