From e1ef86ec7bd19720e17bb1e55e02246882cf1a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:07:42 +0800 Subject: [PATCH] Update sb.sh --- sb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sb.sh b/sb.sh index f3519bb..13263de 100644 --- a/sb.sh +++ b/sb.sh @@ -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