From f59c8ea53396dfbf91bfb871b363f449706b2c2d Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 22 Jun 2026 13:17:26 +0800 Subject: [PATCH] Update install.sh --- plugins/nezha/versions/2.2.6/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/nezha/versions/2.2.6/install.sh b/plugins/nezha/versions/2.2.6/install.sh index 9b2c39193..f511b618b 100755 --- a/plugins/nezha/versions/2.2.6/install.sh +++ b/plugins/nezha/versions/2.2.6/install.sh @@ -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" }