From 73a343cfb6a5319e1a6372be28b7ec2611fbeeda Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Dec 2023 14:19:35 -0600 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 315a595a..0d9faa73 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -309,7 +309,7 @@ CHECKPOWER(){ # FanSpeed=$(ROUND_NUMBER `echo "scale=0; $(ROUND_NUMBER `echo "scale=4; ${vHOSTFAN}/21200" | bc` 2)*100/1" | bc` 0) echo -en "${idsCL[LightCyan]} Getting FanSpeed..." until [ -f ${PW_TMPFOLDER}/.fanspeed ]; do tmp=tmp; done - echo -en "\r\033[K${idsCL[LightCyan]} [FanSpeed=$(cat ${PW_TMPFOLDER}/.fanspeed)'%]" + echo -en "\r\033[K${MSG}${idsCL[Cyan]} [PS1=${idsCL[LightCyan]}${PS1}'A${idsCL[Cyan]}, PS2=${idsCL[LightCyan]}${PS2}'A${idsCL[Cyan]}]${idsCL[LightCyan]} [FanSpeed=$(cat ${PW_TMPFOLDER}/.fanspeed)'%]" # rm -f ${PW_TMPFOLDER}/.fanspeed fi fi