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 $?