From 87b557892f42dc86ebc0f92efe9a058c11b8c266 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 20 Oct 2023 11:04:48 -0500 Subject: [PATCH] added skill to logout root --- debian/debian-essentials.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 8397d6d..4250a46 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -254,6 +254,7 @@ fi if [[ -d /home/akanealw ]] then passwd -l root + skill -KILL -u root else echo "akanealw account not found, not locking root." fi