This commit is contained in:
primardj 2024-02-05 00:36:57 +00:00
parent f55f2f1639
commit 81519e7d8d

View file

@ -354,6 +354,7 @@ case "$2" in
CREATE "${INSTALLATION_DISK_LOCATION}" CREATE "${INSTALLATION_DISK_LOCATION}"
else else
echo "Error, no image defined." >&2 echo "Error, no image defined." >&2
echo "use --create_disk=<loc_disk>" >&2
fi fi
;; ;;
"suppr") "suppr")