Do not remove the chroot if the user backs out
[grml-live.git] / grml-live
index 9f2add8..75b1b6e 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -463,6 +463,7 @@ if [ -z "$FORCE" ] ; then
    echo -n "Is this ok for you? [y/N] "
    read a
    if ! [ "$a" = 'y' -o "$a" = 'Y' ] ; then
+      CLEAN_ARTIFACTS=0
       bailout 1 "Exiting as requested."
    fi
    echo