Update temp.inc.sh

This commit is contained in:
2024-02-27 09:36:12 -06:00
parent 33242e9530
commit eb5be7ff4f

View File

@@ -183,7 +183,7 @@ CHECKTEMP(){
fi
if [ "${temp_h}" != "" ] && [ "${temp_h}" != "0" ]; then
echo -e "${idsCL[White]}|-- ${idsCL[Default]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]}"
echo -e "-${idsCL[White]}|-- ${idsCL[Default]}Humidity ${idsCL[LightCyan]}$(ROUND_NUMBER ${temp_h} 2)%${idsCL[Default]}"
fi
echo