Update index.py

pull/119/head
midoks 3 years ago
parent 3784c95cb6
commit f31eb40c2d
  1. 4
      plugins/pureftp/index.py

@ -177,7 +177,7 @@ def initdInstall():
if mw.isAppleSystem():
return "Apple Computer does not support"
mw.execShell('systemctl start pureftp')
mw.execShell('systemctl enable pureftp')
return 'ok'
@ -185,7 +185,7 @@ def initdUinstall():
if mw.isAppleSystem():
return "Apple Computer does not support"
mw.execShell('systemctl stop pureftp')
mw.execShell('systemctl disable pureftp')
return 'ok'

Loading…
Cancel
Save