]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/98/update.sh
core98: fix typo
[ipfire-2.x.git] / config / rootfiles / core / 98 / update.sh
index 89d32450ee39db1b14a23e9e80c84abf99f1cd33..7e0cc2dc26bfd3be3874a0054355f7bce824c850 100644 (file)
@@ -40,7 +40,7 @@ extract_files
 if [ -e /boot/grub/grub.conf ]; then
        # legacy grub config on xen or citrix conflicts with grub2 config
        # and core96 contains an empty file
-       if [ ! -s /boot/grub/grub.cfg ]
+       if [ ! -s /boot/grub/grub.cfg ]; then
                rm /boot/grub/grub.cfg
        fi
 fi