From 08eeb047255655ca11c14896d1acce8787a17282 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 19 Apr 2018 14:36:38 -0400 Subject: [PATCH] Correct name of the staging variable for command log --- xCAT-server/sbin/xcatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index cac210061..d4bf66f6d 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -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};