Update temp.inc.sh
This commit is contained in:
@@ -307,9 +307,9 @@ CHECKTEMP(){
|
|||||||
echo -en " ${idsCL[LightGreen]}\u2B07 "
|
echo -en " ${idsCL[LightGreen]}\u2B07 "
|
||||||
elif [ "${temp_f}" == "$(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}-${sensorname// /_}.old | cut -d'~' -f 1)" ]; then
|
elif [ "${temp_f}" == "$(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}-${sensorname// /_}.old | cut -d'~' -f 1)" ]; then
|
||||||
echo -en " ${idsCL[LightCyan]}${idsST[Bold]}~${idsST[Reset]} "
|
echo -en " ${idsCL[LightCyan]}${idsST[Bold]}~${idsST[Reset]} "
|
||||||
else
|
|
||||||
echo -en " "
|
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
echo -en " "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${avgdays}" != "noavg" ]; then
|
if [ "${avgdays}" != "noavg" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user