Update run.sh

This commit is contained in:
2023-11-30 09:09:01 -06:00
parent 1203570112
commit 556d8be678

1
run.sh
View File

@@ -52,6 +52,7 @@ if [ "${1}" == "update" ]; then
echo -en "\n${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]} ... "
/opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1
echo -e "${idsCL[Green]}Done${idsCL[Default]}\n" ;;
*) echo;;
esac
elif [ "${2}" != "q" ]; then