Update index.py

pull/109/head
midoks 3 years ago
parent ec3d24d1f4
commit 3269a5a709
  1. 2
      plugins/openresty/index.py

@ -201,7 +201,7 @@ def status():
def restyOp(version, method): def restyOp(version, method):
file = initReplace(version) file = initReplace()
if not mw.isAppleSystem(): if not mw.isAppleSystem():
data = mw.execShell('systemctl ' + method + ' openresty') data = mw.execShell('systemctl ' + method + ' openresty')

Loading…
Cancel
Save