From 3269a5a7090e6c3e6acf247400b427016ce52dd9 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 19 Jun 2022 13:55:13 +0800 Subject: [PATCH] Update index.py --- plugins/openresty/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')