Update install.sh

This commit is contained in:
dami 2026-06-22 13:17:26 +08:00
parent 4153ea7431
commit f59c8ea533
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ Uninstall_App()
{
cd ${rootPath} && python3 ${rootPath}/plugins/nezha/index.py initd_uninstall
cd ${rootPath} && python3 ${rootPath}/plugins/nezha/index.py stop
cd ${rootPath} && python3 ${rootPath}/plugins/nezha/index.py stop_agent
rm -rf $serverPath/nezha
echo "install fail"
}