Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Only remove .sh files.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Nov 8, 2014
1 parent 3501843 commit 7cc6de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eux

# Delete unneeded files.
rm -f /home/vagrant/*
rm -f /home/vagrant/*.sh

# Zero out the rest of the free space using dd, then delete the written file.
dd if=/dev/zero of=/EMPTY bs=1M
Expand Down

0 comments on commit 7cc6de0

Please sign in to comment.