Update powerwall.sh

This commit is contained in:
2022-09-03 13:37:29 -05:00
parent 90cde7632c
commit 9bd23fd975

View File

@@ -61,7 +61,7 @@ CHECKTEMP_SERVICE(){
echo "($temp_d @ $temp_t) CRITICAL: $temp_f°F"
else
echo "NORMAL TEMP: $temp_f°F" | mail -s "${1} TEMP NORMAL" $email_alert
# echo "NORMAL TEMP: $temp_f°F" | mail -s "${1} TEMP NORMAL" $email_alert
echo "($temp_d @ $temp_t) normal: $temp_f°F"
fi