Update powerwall.sh

This commit is contained in:
2022-09-11 16:05:56 -05:00
parent a1ca3d8bc3
commit cb624414a9

View File

@@ -126,7 +126,7 @@ CHECKACV_SERVICE(){
else
[ $VERBOSE = true ] && echo "($datetime) normal voltage: ${INPUTACV}V"
if [ $voltstatus -eq 0 ]; then
echo -e "($datetime) Normal voltage detected\nVOLTAGE: ${INPUTACV}V" | mail -s "Power Nominal" $email_alert
echo -e "($datetime)xx Normal voltage detected\nVOLTAGE: ${INPUTACV}V" | mail -s "Power Nominal" $email_alert
[ $VERBOSE = true ] && echo "alert sent"
fi
fi