2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00

modify the release string

This commit is contained in:
cxhong 2020-04-27 15:38:46 -04:00
parent f32ba103e3
commit e7172c8f63

View File

@ -13,7 +13,7 @@ if (grep /Red Hat Enterprise Linux Server release 5\.\d/, @output) {
$os = "rh6";
} elsif (grep /Red Hat Enterprise Linux Server release 7\.\d/, @output) {
$os = "rh7";
} elsif (grep /Red Hat Enterprise Linux Server release 8\.\d/, @output) {
} elsif (grep /Red Hat Enterprise Linux release 8\.\d/, @output) {
$os = "rh8";
} elsif (grep /CentOS Linux release 7\.\d/, @output) {
$os = "rh7";