diff --git a/config/rootfiles/core/93/update.sh b/config/rootfiles/core/93/update.sh index f8aebdf9b..464454377 100644 --- a/config/rootfiles/core/93/update.sh +++ b/config/rootfiles/core/93/update.sh @@ -57,7 +57,7 @@ rm -f /opt/pakfire/db/rootfiles/libevent2 sendprofile # Update grub config to display new core version if [ -e /boot/grub/grub.cfg ]; then - grub-mkconfig > /boot/grub/grub.cfg + grub-mkconfig -o /boot/grub/grub.cfg fi sync