2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

modify xcattest for ubuntu 14.04.2

This commit is contained in:
junxiawang 2015-07-10 03:35:40 -04:00
parent 7738278ceb
commit 1bf53a2a84

View File

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