aboutsummaryrefslogtreecommitdiff
path: root/packer/scripts/create-checksums.sh
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-27 10:23:25 +0300
committerheqnx <root@heqnx.com>2025-06-27 10:23:25 +0300
commit2c5eb46d4ac54bd653354673e8f4eae3097f1699 (patch)
treebb84200640dd1412341b9ff7040642f84c1fc872 /packer/scripts/create-checksums.sh
parenta287b7281aae07441290d572ddcfa13f5f0520fc (diff)
downloadansible-pve-host-2c5eb46d4ac54bd653354673e8f4eae3097f1699.tar.gz
ansible-pve-host-2c5eb46d4ac54bd653354673e8f4eae3097f1699.zip
correctly removing old dir
Diffstat (limited to 'packer/scripts/create-checksums.sh')
-rwxr-xr-xpacker/scripts/create-checksums.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/scripts/create-checksums.sh b/packer/scripts/create-checksums.sh
index 23fede9..32fcd35 100755
--- a/packer/scripts/create-checksums.sh
+++ b/packer/scripts/create-checksums.sh
@@ -42,6 +42,6 @@ else
printf "%s\n" "[err] unknown packer builder type"
exit 1
fi
-rm -rf "${PACKER_BUILD_NAME}_output_${NAME}"
+rm -rf "${PACKER_BUILD_NAME}_${NAME}"
printf "%s\n" "[INFO] created md5 and sha512 checksums for ${OUTPUT_DIR}/${FILENAME}"