From 1daf412a3be2680747d40e640a594dc482f18864 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 9 Feb 2017 15:27:45 -0500 Subject: [PATCH] Update cleanup.sh --- scripts/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index e1e39cf..abaabba 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -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