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