From b77eddaeefd415237f0b4e7be423d850a9f1b3ea Mon Sep 17 00:00:00 2001 From: Christopher Alexander Date: Fri, 1 Sep 2023 14:38:15 -0400 Subject: [PATCH] debugging --- rack-box/scripts/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rack-box/scripts/clean.sh b/rack-box/scripts/clean.sh index 9e461601..89f401c3 100644 --- a/rack-box/scripts/clean.sh +++ b/rack-box/scripts/clean.sh @@ -49,7 +49,7 @@ if [ "${PACKER_BUILDER_TYPE}" != "docker" ]; then # Zero out the rest of the free space using dd, then delete the written file echo 'CDEBUG: NOT DOCKER' - dd if=/dev/zero of=/EMPTY bs=1M || true + dd if=/dev/zero of=/EMPTY bs=1M status=progress || true echo 'CDEBUG: DD CMD DONE' rm -f /EMPTY