diff --git a/src/reset.sh b/src/reset.sh index e11d8e4..6476efd 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -17,6 +17,7 @@ echo "❯ For support visit $SUPPORT" : "${BOOT:=""}" # URL of the ISO file : "${DEBUG:="N"}" # Disable debugging +: "${COMMIT:="N"}" # Commit to image : "${MACHINE:="virt"}" # Machine selection : "${ALLOCATE:=""}" # Preallocate diskspace : "${ARGUMENTS:=""}" # Extra QEMU parameters @@ -80,6 +81,8 @@ fi # Check folder +[[ "$COMMIT" != [Nn]* ]] && STORAGE="/local" + if [ ! -d "$STORAGE" ]; then error "Storage folder ($STORAGE) not found!" && exit 13 fi