added skill to logout root

This commit is contained in:
2023-10-20 11:04:48 -05:00
parent 5a83fc7fcf
commit 87b557892f

View File

@@ -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