From 5e2584946448d91c8a3fe58f6b8968e555c459db Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 24 Aug 2023 18:33:22 +0800 Subject: [PATCH] Update index.py --- plugins/openresty/index.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/openresty/index.py b/plugins/openresty/index.py index 9c37b8e65..baa7e19f8 100755 --- a/plugins/openresty/index.py +++ b/plugins/openresty/index.py @@ -306,11 +306,9 @@ def restyOp_restart(): if not mw.isAppleSystem(): threading.Timer(2, op_submit_systemctl_restart, args=()).start() - # submit_restart1() return 'ok' threading.Timer(2, op_submit_init_restart, args=(file,)).start() - # submit_restart2(file) return 'ok'