Fixed bug where proxy password value was being set to proxy username value.
This commit is contained in:
@@ -232,7 +232,7 @@ global boolean Write() {
|
||||
cmd = "REALM=\"" + Settings["CONFIG_CASAATS_REALM"]:"" + "\" " + cmd;
|
||||
y2milestone("Running CASA-ATS configuration script:");
|
||||
y2milestone(cmd, "******");
|
||||
map retval = (map)SCR::Execute(.target.bash_output, sformat(cmd, Settings["CONFIG_CASAATS_PROXY_USERNAME"]:""));
|
||||
map retval = (map)SCR::Execute(.target.bash_output, sformat(cmd, Settings["CONFIG_CASAATS_PROXY_PASSWORD"]:""));
|
||||
y2milestone("Return code: %1", retval["exit"]:0);
|
||||
/* Error message */
|
||||
if(false) Report::Error (_("Error executing script."));
|
||||
|
||||
Reference in New Issue
Block a user