We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab379d6 commit 67a2a84Copy full SHA for 67a2a84
1 file changed
tools/wizard.sh
@@ -757,7 +757,7 @@ Function_Global_Ask_Confirm () {
757
read -r Var_Local_input_yes_or_no
758
case "${Var_Local_input_yes_or_no}" in
759
"y" | "Y" | "yes" | "Yes" | "YES" ) : ;;
760
- "n" | "N" | "no" | "No" | "NO" ) ask ;;
+ "n" | "N" | "no" | "No" | "NO" ) exit 0 ;;
761
* ) Function_Global_Ask_Confirm ;;
762
esac
763
}
0 commit comments