mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
fix issue [fvt]sles12.2 mysqlsetup -i could not work #2297
This commit is contained in:
parent
174145f1a3
commit
5b882fc24d
@ -165,12 +165,8 @@ if ($::linuxos == "sles12") {
|
||||
close($relfile);
|
||||
chomp(@lines);
|
||||
|
||||
# if == 12.1
|
||||
if (grep /VERSION_ID="12.1"/, @lines) {
|
||||
|
||||
#$::linuxos == "sles12.1";
|
||||
$sp1flag = 1;
|
||||
}
|
||||
# for sles12.x
|
||||
$sp1flag = 1;
|
||||
}
|
||||
|
||||
# set flag
|
||||
|
Loading…
x
Reference in New Issue
Block a user