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'