From a403428d7ae3738327b3cfb34b0baaad30fbcbd7 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 20 Oct 2023 10:54:40 -0500 Subject: [PATCH] changed exit to logout --- debian/debian-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 2b9faf4..a97afc1 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -254,7 +254,7 @@ fi if [[ -d /home/akanealw ]] then passwd -l root - exit + logout else echo "akanealw account not found, not locking root." fi