From a21075fd8f05e6e3c8605c46b271b2ee677c83a0 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 16 Oct 2023 10:44:31 +0530 Subject: [PATCH] forgot to move the log in the appliance dir --- create-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/create-image.sh b/create-image.sh index c9a07a2..f59a747 100755 --- a/create-image.sh +++ b/create-image.sh @@ -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}"