diff --git a/plugins/openresty/index.py b/plugins/openresty/index.py index 5f45d9ec9..8fb766867 100755 --- a/plugins/openresty/index.py +++ b/plugins/openresty/index.py @@ -201,7 +201,7 @@ def status(): def restyOp(version, method): - file = initReplace(version) + file = initReplace() if not mw.isAppleSystem(): data = mw.execShell('systemctl ' + method + ' openresty')