Skip to content

Commit 67a2a84

Browse files
committed
[fix] : Fixed old function name
1 parent ab379d6 commit 67a2a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/wizard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ Function_Global_Ask_Confirm () {
757757
read -r Var_Local_input_yes_or_no
758758
case "${Var_Local_input_yes_or_no}" in
759759
"y" | "Y" | "yes" | "Yes" | "YES" ) : ;;
760-
"n" | "N" | "no" | "No" | "NO" ) ask ;;
760+
"n" | "N" | "no" | "No" | "NO" ) exit 0 ;;
761761
* ) Function_Global_Ask_Confirm ;;
762762
esac
763763
}

0 commit comments

Comments
 (0)