From 6872371dc6bb51d1b922f0790bfafd83003364f5 Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Thu, 28 Oct 2021 11:11:45 -0700 Subject: [PATCH] fix a typo in 099-ubuntu-image-customization.chroot --- live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot b/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot index ca826f48..b354f3dd 100644 --- a/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot +++ b/live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot @@ -12,7 +12,7 @@ if [ "$IMAGEFORMAT" == "none" ]; then chown syslog:adm /var/log/syslog # Create the oem user account - if [ -e "/usr/sbin/oem-config-prepare" ] then + if [ -e "/usr/sbin/oem-config-prepare" ]; then /usr/sbin/useradd -d /home/oem -G adm,sudo -m -N -u 29999 oem /usr/sbin/oem-config-prepare --quiet