From cf96716cf940cbf072f6de78da0b08e3e83cdddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9D=E4=BB=A3=E5=B0=BE?= Date: Thu, 19 Mar 2026 14:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20hy2.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hy2.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hy2.sh b/hy2.sh index 14c34c6..da0d33d 100644 --- a/hy2.sh +++ b/hy2.sh @@ -48,13 +48,12 @@ double_confirm() { local detail="$2" echo - yellow "========== 二次确认 ==========" + yellow "==============================" yellow "$title" echo "$detail" echo - confirm_yes "第一次确认,输入 yes 继续: " || return 1 - confirm_yes "第二次确认,输入 yes 最终执行: " || return 1 + confirm_yes "输入 yes 继续: " || return 1 return 0 }