Skip to content

Commit

Permalink
remove vagrant shared folder from the VM when sparsify.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flesueur committed May 20, 2022
1 parent 2c03b35 commit f716334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vagrant/sparsify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -e

# Remove vagrant shared folder
VBoxManage sharedfolder remove milxc-debian-amd64 --name vagrant || true

# Get HD filename
FILENAME=`vboxmanage showvminfo milxc-debian-amd64 | grep SATA | grep UUID | cut -d':' -f2 | cut -d'(' -f1 | sed -e 's/^[ \t]*//' | sed -e 's/[ \t]*$//'`

Expand Down

0 comments on commit f716334

Please sign in to comment.