Skip to content

Commit

Permalink
adjust use of dialog for new error handling method
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Dec 7, 2023
1 parent 406f1e4 commit 521689a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grml-debootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -1050,8 +1050,7 @@ elif [ -n "$INTERACTIVE" ] ; then
Is this ok for you? Notice: selecting 'No' will exit ${PN}."

dialog --title "$PN" --no-collapse \
--yesno "$INFOTEXT" 0 0
[ $? -eq 0 ] || bailout 0
--yesno "$INFOTEXT" 0 0 || bailout 0

else # if not running automatic installation display configuration and prompt for execution:
einfo "$PN [${VERSION}] - Please recheck configuration before execution:"
Expand Down

0 comments on commit 521689a

Please sign in to comment.