mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	Merge pull request #2298 from immarvin/onsles12sp2
fix issue [fvt]sles12.2 mysqlsetup -i could not work #2297
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user