Update sb.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2026-03-12 09:07:42 +08:00
committed by GitHub
parent aff9a66a94
commit e1ef86ec7b
+1
View File
@@ -2466,6 +2466,7 @@ yellow "2:停止Argo临时隧道"
yellow "0:返回上层"
readp "请选择【0-2】:" menu
if [ "$menu" = "1" ]; then
green "请稍等……"
cloudflaredargo
if [[ -n $(ps -e | grep cloudflared) ]]; then
kill -15 $(cat /etc/s-box/sbargopid.log 2>/dev/null) >/dev/null 2>&1