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