This commit is contained in:
2023-12-11 19:51:12 -06:00
parent 3026b53902
commit 0f97bc3e11
3 changed files with 2 additions and 7 deletions

2
run.sh
View File

@@ -63,7 +63,7 @@ if [ "${1}" == "update" ]; then
fi
/opt/idssys/powerwall/powerwall.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
[ "${1}" != "update" ] && /opt/idssys/powerwall/powerwall.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
exit 0