Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Let dd command fail harmlessly
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Sep 27, 2023
1 parent 72131ce commit 81c4578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Vagrant.configure("2") do |config|
# Adapted from bento's minimize.sh. This writes zeroes to the disk so that the empty space is
# easily compressed.
dd if=/dev/zero of=/EMPTY bs=1M
dd if=/dev/zero of=/EMPTY bs=1M || true
rm -f /EMPTY
sync
Expand Down

0 comments on commit 81c4578

Please sign in to comment.