Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 15, 2024
1 parent 9ab9330 commit 492ac0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/zabbix/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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卸载完成'
}

Expand Down

0 comments on commit 492ac0b

Please sign in to comment.