aboutsummaryrefslogtreecommitdiffstats
path: root/export-image/prerun.sh
diff options
context:
space:
mode:
authorBłażej Sowa <[email protected]>2018-12-17 01:02:18 +0100
committerXECDesign <[email protected]>2018-12-21 04:11:13 +0000
commit08405eb792c66acf7f4fa4d11abf31bb3da5ab13 (patch)
treed5d87ff5e55763f995455491f853b526a60c0d4f /export-image/prerun.sh
parent7fbfdda31e5771b849876d306c25ede237bc577b (diff)
Allow custom image filename
Diffstat (limited to 'export-image/prerun.sh')
-rwxr-xr-xexport-image/prerun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/export-image/prerun.sh b/export-image/prerun.sh
index 0ac7181..ca13b70 100755
--- a/export-image/prerun.sh
+++ b/export-image/prerun.sh
@@ -1,6 +1,6 @@
#!/bin/bash -e
-IMG_FILE="${STAGE_WORK_DIR}/${IMG_DATE}-${IMG_NAME}${IMG_SUFFIX}.img"
+IMG_FILE="${STAGE_WORK_DIR}/${IMG_FILENAME}.img"
unmount_image "${IMG_FILE}"