Added fail-fast check

This commit is contained in:
Simon Beginn
2021-03-27 00:59:34 +01:00
parent 488802ffe2
commit 8c0388823b

View File

@@ -38,6 +38,8 @@ show_info() {
dialog --msgbox "$1" $winY $winX
}
set -e
for choice in $choices
do
case $choice in