2
0
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:
Jarrod Johnson
2018-04-19 14:36:38 -04:00
parent 9d318cca76
commit 08eeb04725

View File

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