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 ]]
then
passwd -l root
exit
logout
else
echo "akanealw account not found, not locking root."
fi