From 116b138111c30323b59e0fd8f725cfd12dcbe7fd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 12 May 2023 22:26:31 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/powerwall.sh b/powerwall.sh index a1ddc89f..aec66096 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -148,6 +148,7 @@ CHECKACV_SERVICE(){ if [ $voltstatus -eq 0 ]; then echo -e "($datetime) Service Startup\nNormal voltage detected\nVOLTAGE: ${INPUTACV}V" | mail -s "Power Nominal" $email_alert echo "($datetime) Service Startup - Normal voltage detected\nVOLTAGE: ${INPUTACV}V" + fi fi voltstatus=1 else