From e67bf38631f6e66083777c619a4f25dff8a563ad Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 15 Mar 2019 14:53:08 +0800 Subject: [PATCH] Update index.py --- plugins/openresty/index.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/openresty/index.py b/plugins/openresty/index.py index 09557c79d..6513725de 100755 --- a/plugins/openresty/index.py +++ b/plugins/openresty/index.py @@ -240,6 +240,8 @@ def initdUinstall(): if not app_debug: if public.isAppleSystem(): return "Apple Computer does not support" + + public.execShell('chkconfig --del ' + getPluginName()) initd_bin = getInitDFile() os.remove(initd_bin) return 'ok'