stop trying to remove a user we removed

This commit is contained in:
Neil Hanlon 2024-05-15 15:52:37 -04:00
parent a577717827
commit eca8b12c1f
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -779,7 +779,6 @@ echo "GRUB_DEFAULT=saved" >> /etc/default/grub
if [[ "$kiwi_profiles" == *"Cloud"* ]] || [[ "$kiwi_profiles" == *"Live"* ]]; then
passwd -d root
passwd -l root
passwd -d rocky
fi
################################################################################