Update run.sh

This commit is contained in:
2023-12-11 19:51:58 -06:00
parent 0f97bc3e11
commit 9d3476e587

4
run.sh
View File

@@ -60,10 +60,10 @@ if [ "${1}" == "update" ]; then
echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}\n"
fi
fi
exit 0
fi
[ "${1}" != "update" ] && /opt/idssys/powerwall/powerwall.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
/opt/idssys/powerwall/powerwall.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
exit 0