mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 01:21:44 +00:00
modify the release string
This commit is contained in:
parent
f32ba103e3
commit
e7172c8f63
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user