mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user