Update index.py

pull/109/head
midoks 3 years ago
parent 784d556452
commit ec3d24d1f4
  1. 8
      plugins/openresty/index.py

@ -216,19 +216,19 @@ def restyOp(version, method):
def start(): def start():
return restyOp(version, 'start') return restyOp('start')
def stop(): def stop():
return restyOp(version, 'stop') return restyOp('stop')
def restart(): def restart():
return restyOp(version, 'restart') return restyOp('restart')
def reload(): def reload():
return restyOp(version, 'reload') return restyOp('reload')
def initdStatus(): def initdStatus():

Loading…
Cancel
Save