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 400249f commit 1daf412
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
Expand Up @@ -5,7 +5,7 @@ dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY

# Disable the centos user
chsh -s /bin/false
chsh -s /bin/false centos

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

0 comments on commit 1daf412

Please sign in to comment.