X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=c443cd1f46096d1c07516dbb67fba805cdb1f165;hb=feacdba45daf4b824c93171bd9d95fbeed75121e;hp=9f2add8466fa446285f293064ace7e3007deaad0;hpb=3f2420b0322de700f66bf453e9d53d158e52a2cc;p=grml-live.git diff --git a/grml-live b/grml-live index 9f2add8..c443cd1 100755 --- a/grml-live +++ b/grml-live @@ -463,7 +463,9 @@ if [ -z "$FORCE" ] ; then echo -n "Is this ok for you? [y/N] " read a if ! [ "$a" = 'y' -o "$a" = 'Y' ] ; then - bailout 1 "Exiting as requested." + CLEAN_ARTIFACTS=0 + echo "Exiting as requested." + exit 0 fi echo fi