mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
fixgrub.bash: only run when grub.cfg.rpmsave exists
This commit is contained in:
parent
c2ae326994
commit
351ab22116
@ -6,8 +6,10 @@
|
||||
|
||||
set -x
|
||||
|
||||
# This script is Fedora specific.
|
||||
if [ -f /boot/efi/EFI/fedora/grub.cfg ]
|
||||
# This script is Fedora specific for now.
|
||||
|
||||
# There is no reason to run if dnf hasn't moved the proper config aside.
|
||||
if [ -f /boot/efi/EFI/fedora/grub.cfg.rpmsave ]
|
||||
then
|
||||
rm -f /boot/efi/EFI/fedora/grub.cfg.rpmsave
|
||||
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user