From 5a83fc7fcf6ac8bf6c5e885d3ab5443c09b85865 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 20 Oct 2023 11:02:27 -0500 Subject: [PATCH] removed logout --- debian/debian-essentials.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index a97afc1..8397d6d 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -254,7 +254,6 @@ fi if [[ -d /home/akanealw ]] then passwd -l root - logout else echo "akanealw account not found, not locking root." fi