core98: fix typo

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-02-18 04:31:28 +01:00
parent 8c065b268d
commit 829b0ba851

View 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