From 829b0ba85156fbf3514b3f5d5b13c0f3254fae49 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 18 Feb 2016 04:31:28 +0100 Subject: [PATCH] core98: fix typo Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/98/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5