From 492ac0bb60fe42617590f43185baae695f4be08f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 16 Jul 2024 02:37:44 +0800 Subject: [PATCH] Update install.sh --- plugins/zabbix/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/zabbix/install.sh b/plugins/zabbix/install.sh index 15ef3e1ae3..64cd79a263 100755 --- a/plugins/zabbix/install.sh +++ b/plugins/zabbix/install.sh @@ -63,7 +63,11 @@ Install_App() Uninstall_App() { + cd ${rootPath} && python3 ${rootPath}/plugins/zabbix/index.py stop + cd ${rootPath} && python3 ${rootPath}/plugins/zabbix/index.py initd_uninstall + rm -rf $serverPath/zabbix + rm -rf $serverPath/source/zabbix echo 'Zabbix卸载完成' }