From 7b7f7d6169bd4bb660d9a47d47be11d55d8833e6 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 13 Mar 2017 22:19:06 -0400 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 abaabba..4949b1d 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 centos +# chsh -s /bin/false centos # Add `sync` so Packer doesn't quit too early, before the large file is deleted. sync