Update powerwall.sh

This commit is contained in:
2023-12-13 19:40:37 -06:00
parent 77db487ea8
commit 54c643de45

View File

@@ -2424,12 +2424,14 @@ fi
fi
elif [ "${3}" == "restart" ]; then
echo
SERVICE_MNG ${2} stop
echo -en "${idsCL[Yellow]}Pausing${idsCL[Default]}"
sleep 6s
echo -en "\033[2K\r"
DIVIDER . yellow 50
SERVICE_MNG ${2} start
echo
elif [ "${3}" == "status" ]; then
srvc=${PW_POWERWALL_SERVICES[${2}]}