Skip to content

Commit

Permalink
Update soga.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxilu authored May 31, 2024
1 parent f58b456 commit 840bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soga.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 840bc35

Please sign in to comment.