removed sudo

This commit is contained in:
2023-10-20 10:36:58 -05:00
parent 02ffad627d
commit e5a9397a38

View File

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