931f4f0 Don't attempt to unify if there is no grub.cfg on EFI

Authored and Committed by gicmo 3 years ago
1 file changed. 7 lines added. 3 lines removed.
    Don't attempt to unify if there is no grub.cfg on EFI
    
    If there is no grub config, for example when installing the
    system via anaconda, there is no need to attempt a grub
    configuration unification. It will indeed actually break
    because it will try to copy a non-existent file.
    
    Resolves: rhbz#1933085
    
        
file modified
+7 -3