mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
change sle15 to sles15
This commit is contained in:
parent
053df627e1
commit
e7209ce099
@ -26,7 +26,7 @@ if (grep /Red Hat Enterprise Linux Server release 5\.\d/, @output) {
|
||||
} elsif (grep /SUSE Linux Enterprise Server 12/, @output) {
|
||||
$os = "sles12";
|
||||
} elsif (grep /SUSE Linux Enterprise Server 15/, @output) {
|
||||
$os = "sle15";
|
||||
$os = "sles15";
|
||||
} else {
|
||||
print "unknow os\n";
|
||||
exit 1;
|
||||
|
Loading…
Reference in New Issue
Block a user