From: Patrick Schleizer Date: Wed, 25 Oct 2023 17:15:14 +0000 (-0400) Subject: adjust use of `dialog` for new error handling method X-Git-Tag: v0.106~7^2~10 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=521689adb03b9c9db39843112e3326bb5f8e6df6 adjust use of `dialog` for new error handling method --- diff --git a/grml-debootstrap b/grml-debootstrap index 55bb68c..759deae 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -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:"