mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-10 05:20:14 +00:00
modify xcattest for ubuntu 14.04.2
This commit is contained in:
@@ -217,7 +217,7 @@ sub getConfig
|
||||
}
|
||||
} elsif ($type eq "Varible") {
|
||||
##NODE_BLOCK##
|
||||
if($line =~ /(\w+)\s*=\s*([\w\.\-\/]+)/) {
|
||||
if($line =~ /(\w+)\s*=\s*([\w\.\-\+\/]+)/) {
|
||||
$config{var}{$1} = $2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user