@ -207,7 +207,7 @@ def restyOp(method):
data = mw.execShell('systemctl ' + method + ' openresty')
if data[1] == '':
return 'ok'
return 'fail'
return data[1]
data = mw.execShell(file + ' ' + method)