diff --git a/powerwall.sh b/powerwall.sh index ca7d9562..9a91562c 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -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