From 840bc35c3eac8dad197b8a186f8391dc91e76ef9 Mon Sep 17 00:00:00 2001 From: vaxilu <47310637+vaxilu@users.noreply.github.com> Date: Fri, 31 May 2024 21:56:27 +0800 Subject: [PATCH] Update soga.sh --- soga.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soga.sh b/soga.sh index d4a710a..1c73af7 100644 --- a/soga.sh +++ b/soga.sh @@ -55,7 +55,7 @@ fi confirm() { if [[ $# > 1 ]]; then - echo && read -p "$1 [y/n, 默认$2]: " temp + echo && read -p "$1 [默认$2]: " temp if [[ x"${temp}" == x"" ]]; then temp=$2 fi