changed exit to logout

This commit is contained in:
2023-10-20 10:54:40 -05:00
parent 93241360ec
commit a403428d7a

View File

@@ -254,7 +254,7 @@ fi
if [[ -d /home/akanealw ]] if [[ -d /home/akanealw ]]
then then
passwd -l root passwd -l root
exit logout
else else
echo "akanealw account not found, not locking root." echo "akanealw account not found, not locking root."
fi fi