From da2add16c30fbc72aac7472eba21506342e3a78c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 9 Feb 2017 13:59:24 -0500 Subject: [PATCH] Update cleanup.sh --- scripts/cleanup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index b71c611..2cde7c1 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -4,6 +4,7 @@ dd if=/dev/zero of=/EMPTY bs=1M rm -f /EMPTY +ps -elf # Remove the centos user userdel centos echo user centos deletion exited with $?