Modify sb.sh to exit after uninstall message

Change script to exit after completion message.
This commit is contained in:
甬哥侃侃侃ygkkk
2026-03-15 18:41:09 +08:00
committed by GitHub
parent 231284b3a1
commit 8107deb922
+1 -1
View File
@@ -3122,7 +3122,7 @@ sed -i '/subcmsbid/d' /tmp/crontab.tmp
crontab /tmp/crontab.tmp >/dev/null 2>&1
rm /tmp/crontab.tmp
rm -rf /root/web
green "本地IP订阅链接已卸载完成" && sleep 3 && sb
green "本地IP订阅链接已卸载完成" && sleep 3 && exit
else
changeserv
fi