From 7667573a8197f0f06d02b6721be360354399104f Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Fri, 14 Jul 2017 09:03:39 -0400 Subject: [PATCH] Change to support hierarchy, implemented in PR #3450 --- xCAT-server/lib/xcat/plugins/openbmc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index 9455aaf78..d5335de51 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -607,7 +607,7 @@ sub parse_command_status { } if ($command eq "rbeacon") { - $subcommand = $ARGV[0]; + $subcommand = $$subcommands[0]; if ($subcommand eq "on") { $next_status{LOGIN_RESPONSE} = "RBEACON_ON_REQUEST";