X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-debootstrap;h=759deaec8590215f50f03d3d8555293cc3768f0d;hb=521689adb03b9c9db39843112e3326bb5f8e6df6;hp=55bb68c7acac26c522b178cbfafb2af0a01f5506;hpb=406f1e4052e8c27cc8f3a25833db8309904390d2;p=grml-debootstrap.git 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:"