[neon/neon/livecd-rootfs/Neon/release] live-build/ubuntu/hooks: fix a typo in 099-ubuntu-image-customization.chroot

Brian Murray null at kde.org
Tue Nov 16 12:01:06 GMT 2021


Git commit 6872371dc6bb51d1b922f0790bfafd83003364f5 by Brian Murray.
Committed on 28/10/2021 at 18:11.
Pushed by jriddell into branch 'Neon/release'.

fix a typo in 099-ubuntu-image-customization.chroot

M  +1    -1    live-build/ubuntu/hooks/099-ubuntu-image-customization.chroot

https://invent.kde.org/neon/neon/livecd-rootfs/commit/6872371dc6bb51d1b922f0790bfafd83003364f5

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



More information about the Neon-commits mailing list