From 851c68e82f0257dc99104c8bf9b2cd3296a76c7c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 15:04:44 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 05e402ad..19a8f819 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -61,7 +61,7 @@ CHECKTEMP(){ echo -en "${idsCL[LightCyan]} Getting FanSpeed..." [ ! -f ${PW_TMPFOLDER}/.fanspeed.${SENSOR} ] && until [ -f ${PW_TMPFOLDER}/.fanspeed.${SENSOR} ]; do tmp=tmp; done echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR} Host Sensors ${idsST[Reset]}${idsCL[White]}[${vHOSTiDRACIP}]" - echo -e "${idsCL[LightCyan]} [FanSpeed=$(cat ${PW_TMPFOLDER}/.fanspeed.${SENSOR})'%]${idsCL[Default]}" + echo -e "${idsCL[LightCyan]} [FanSpeed=$(cat ${PW_TMPFOLDER}/.fanspeed.${SENSOR})'%]${idsCL[Default]}" else echo -e "${idsCL[Default]}" fi