diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 0d9faa73..82d6c2ed 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -310,7 +310,6 @@ CHECKPOWER(){ echo -en "${idsCL[LightCyan]} Getting FanSpeed..." until [ -f ${PW_TMPFOLDER}/.fanspeed ]; do tmp=tmp; done 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