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卸载完成' }