mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-10 04:08:16 +00:00
Correct name of the staging variable for command log
This commit is contained in:
@@ -3283,7 +3283,7 @@ sub cmdlog_collectlog() {
|
||||
my $rsp_log = "";
|
||||
|
||||
if ((exists($rsponse->{xcatresponse}->[0]->{serverdone})) && (!exists($rsponse->{xcatresponse}->[0]->{error}))) { return 0; }
|
||||
if ($cmdlog_all =~ /redacted/i) { return 0; }
|
||||
if ($cmdlog_alllog =~ /redacted/i) { return 0; }
|
||||
my $rsp;
|
||||
if (exists($rsponse->{xcatresponse})) {
|
||||
$rsp = $rsponse->{xcatresponse};
|
||||
|
Reference in New Issue
Block a user