Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisage committed Sep 1, 2023
1 parent 5cdcfc7 commit b77edda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-box/scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b77edda

Please sign in to comment.