Update run.sh

This commit is contained in:
2023-12-13 18:54:56 -06:00
parent d3b6b2c9e6
commit bc9a44b4fb

2
run.sh
View File

@@ -50,7 +50,7 @@ if [ "${1}" == "update" ]; then
case "$choice" in
[Yy])
echo -e "\n${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]} ... "
/opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1
/opt/idssys/powerwall/powerwall.sh service all restart
;;
*) echo;;
esac