From b3b1432b642df96cb851bc5e889fac15aa0a5bbb Mon Sep 17 00:00:00 2001 From: ertaozh Date: Sun, 15 Oct 2017 23:21:55 -0400 Subject: [PATCH] spelling error, change from ISOPENPOEWR to ISOPENPOWER --- xCAT-genesis-scripts/bin/bmcsetup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-genesis-scripts/bin/bmcsetup b/xCAT-genesis-scripts/bin/bmcsetup index 16bf41415..31114c4d9 100755 --- a/xCAT-genesis-scripts/bin/bmcsetup +++ b/xCAT-genesis-scripts/bin/bmcsetup @@ -640,17 +640,17 @@ while [ $idev -gt 0 ]; do logger -s -t $log_label -p local4.info "Lighting Identify Light" if [ "$XPROD" = "43707" -a "$IPMIMFG" = '0' ]; then - ISOPENPOEWR=1 + ISOPENPOWER=1 elif [ "$IPMIMFG" = "10876" ];then # Handle Supermicro Servers (MFG=10876) # Boston (PROD=2437), Briggs/Stratton (PROD=2355) if [ "$XPROD" = "2437" -o "$XPROD" = "2355" ]; then - ISOPENPOEWR=1 + ISOPENPOWER=1 fi fi - if [ "$ISOPENPOEWR" = '1' ]; then + if [ "$ISOPENPOWER" = '1' ]; then # OpenPOWER BMC specific, turn on the LED beacon light. # - default interval, # ipmitool chassis identify # Chassis identify interval: default (15 seconds)