]> git.ipfire.org Git - people/jschlag/ipfire-2.x.git/commitdiff
core98: fix typo
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 18 Feb 2016 03:31:28 +0000 (04:31 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 18 Feb 2016 03:31:28 +0000 (04:31 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
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