diff options
author | heqnx <root@heqnx.com> | 2025-06-27 10:23:25 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-27 10:23:25 +0300 |
commit | 2c5eb46d4ac54bd653354673e8f4eae3097f1699 (patch) | |
tree | bb84200640dd1412341b9ff7040642f84c1fc872 /packer/scripts/create-checksums.sh | |
parent | a287b7281aae07441290d572ddcfa13f5f0520fc (diff) | |
download | ansible-pve-host-2c5eb46d4ac54bd653354673e8f4eae3097f1699.tar.gz ansible-pve-host-2c5eb46d4ac54bd653354673e8f4eae3097f1699.zip |
correctly removing old dir
Diffstat (limited to 'packer/scripts/create-checksums.sh')
-rwxr-xr-x | packer/scripts/create-checksums.sh | 2 |
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}" |