Skip to content

Commit

Permalink
Update cleanup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Feb 9, 2017
1 parent da2add1 commit 622d899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY

ps -elf
# Remove the centos user
userdel centos
sudo userdel -f centos
echo user centos deletion exited with $?

# Add `sync` so Packer doesn't quit too early, before the large file is deleted.
Expand Down

0 comments on commit 622d899

Please sign in to comment.