From eca8b12c1f76b5b1cf959214cd3b814fbe4abe78 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 15 May 2024 15:52:37 -0400 Subject: [PATCH] stop trying to remove a user we removed --- config.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/config.sh b/config.sh index e512757..90bbedb 100644 --- a/config.sh +++ b/config.sh @@ -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 ################################################################################