From 68bcd633cdb0dd9c97d9ffe3db1a18724baf7e16 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 May 2025 11:28:11 -0500 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/power.inc.sh b/inc/power.inc.sh index a20ce92e..807b8497 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -312,7 +312,7 @@ CHECKPOWER(){ fi - if ([ "${STYPE}" = "" ] || [ "${STYPE}" = "offsite" ]) && [ "${PTYPE}" != "esxi" ] && [ "${IP}" != "10.6.1"* ]]; then + if ([ "${STYPE}" = "" ] || [ "${STYPE}" = "offsite" ]) && [ "${PTYPE}" != "esxi" ] && [[ "${IP}" != "10.6.1"* ]]; then DIVIDER . yellow ${PRI_WIDTH} echo -en "${idsCL[Yellow]}Offsite Power Information" @@ -429,7 +429,7 @@ CHECKPOWER(){ fi ########## KYLE ############# - if ([ "${STYPE}" = "" ] || [ "${STYPE}" = "kyle" ]) && [ "${PTYPE}" != "esxi" ] && [ "${IP}" != "10.6.1"* ]]; then + if ([ "${STYPE}" = "" ] || [ "${STYPE}" = "kyle" ]) && [ "${PTYPE}" != "esxi" ] && [[ "${IP}" != "10.6.1"* ]]; then echo DIVIDER . yellow ${PRI_WIDTH} echo -en "${idsCL[Yellow]}Kyle's Power Information"