From: Arne Fitzenreiter Date: Thu, 18 Feb 2016 03:31:28 +0000 (+0100) Subject: core98: fix typo X-Git-Tag: v2.17-core99~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcore98;p=ipfire-2.x.git core98: fix typo Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/98/update.sh b/config/rootfiles/core/98/update.sh index 89d32450ee..7e0cc2dc26 100644 --- a/config/rootfiles/core/98/update.sh +++ b/config/rootfiles/core/98/update.sh @@ -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