forgot to move the log in the appliance dir
This commit is contained in:
parent
2d2ee0a676
commit
a21075fd8f
@ -62,6 +62,7 @@ appliance-creator \
|
|||||||
|
|
||||||
if [[ -d "${APPLIANCE_NAME}" ]]; then
|
if [[ -d "${APPLIANCE_NAME}" ]]; then
|
||||||
pushd "${APPLIANCE_NAME}" || exit 1
|
pushd "${APPLIANCE_NAME}" || exit 1
|
||||||
|
mv "../${APPLIANCE_NAME}.log" .
|
||||||
mv "${APPLIANCE_NAME}-sda.raw" "${IMAGE_NAME}"
|
mv "${APPLIANCE_NAME}-sda.raw" "${IMAGE_NAME}"
|
||||||
create_new_image
|
create_new_image
|
||||||
zstd --compress -9 "${IMAGE_NAME}"
|
zstd --compress -9 "${IMAGE_NAME}"
|
||||||
|
Loading…
Reference in New Issue
Block a user