Correct BoMC proxy argument syntax
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9000 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
85795bf936
commit
6663679a5b
@ -296,12 +296,12 @@ if ( system("cp $srcdir/$util $repo") or system("cp $asudir/$asu $repo")) {
|
||||
|
||||
my $optstr = "";
|
||||
if ($proxy{host} ne "") {
|
||||
$optstr = " --proxy-address $proxy{host} --proxy-port $proxy{port}";
|
||||
$optstr = " --proxy-address=$proxy{host} --proxy-port=$proxy{port}";
|
||||
if ($proxy{user} ne "") {
|
||||
$optstr .= " --proxy-user $proxy{user}";
|
||||
$optstr .= " --proxy-user=$proxy{user}";
|
||||
}
|
||||
if ($proxy{pw} ne "") {
|
||||
$optstr .= " --proxy-password $proxy{pw}";
|
||||
$optstr .= " --proxy-password=$proxy{pw}";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user