diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 9d69eef2..22649133 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -178,7 +178,7 @@ CHECKTEMPSENSOR(){ c=0; spc=''; spc1=`expr 10 - ${#tmp}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done [ ${#temp_warn} == 2 ] && spcw=' ' || spcw=' ' [ ${#temp_crit} == 2 ] && spcc=' ' || spcc=' ' - echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR}-Probe${idsST[Reset]}${spc}${idsCL[Default]}: " + echo -en "\r\033[K${idsCL[White]}${idsST[Bold]}${SENSOR}-Probe ${idsST[Reset]}${spc}${idsCL[Default]}: " if [ $(bc -l <<< "${temp_probe_f} >= ${temp_warn}") -eq 1 ] && [ $(bc -l <<< "${temp_probe_f} < ${temp_crit}") -eq 1 ]; then echo -en "${idsCL[Yellow]}WARNING ${spct}${temp_probe_f}${GAUGESH}${idsCL[Default]}" elif [ $(bc -l <<< "${temp_probe_f} >= ${temp_crit}") -eq 1 ]; then