forgot to move the log in the appliance dir

This commit is contained in:
Pratham Patel 2023-10-16 10:44:31 +05:30
parent 2d2ee0a676
commit a21075fd8f
No known key found for this signature in database

View File

@ -62,6 +62,7 @@ appliance-creator \
if [[ -d "${APPLIANCE_NAME}" ]]; then
pushd "${APPLIANCE_NAME}" || exit 1
mv "../${APPLIANCE_NAME}.log" .
mv "${APPLIANCE_NAME}-sda.raw" "${IMAGE_NAME}"
create_new_image
zstd --compress -9 "${IMAGE_NAME}"