2
0
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:
cxhong 2020-04-30 13:52:16 -04:00
parent 053df627e1
commit e7209ce099

View File

@ -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;