Changeset 3637 in MondoRescue


Ignore:
Timestamp:
Dec 21, 2016, 7:52:15 PM (7 years ago)
Author:
Bruno Cornec
Message:

Fix a bug on EL7 where a test was badly written

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi

    r3609 r3637  
    21512151                if [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver = "6" ]; then
    21522152                    boottype=grub
    2153                 elif [ $dname = "rhel" -o $dname = "centos" $dname = "oel" ] && [ $dver = "7" ]; then
     2153                elif [ $dname = "rhel" -o $dname = "centos" -o $dname = "oel" ] && [ $dver = "7" ]; then
    21542154                    boottype=grub2
    21552155                elif [ $dname = "fedora" ] && [ $dver >= 20 ]; then
Note: See TracChangeset for help on using the changeset viewer.