This commit is contained in:
2023-12-24 14:35:20 -06:00
parent 5d8df34a4c
commit 4c290ba17e
4 changed files with 5 additions and 4 deletions

2
run.sh
View File

@@ -40,7 +40,7 @@ if [ "${1}" == "update" ]; then
git pull >/dev/null 2>&1
git submodule update --remote >/dev/null 2>&1
/bin/chmod +x /opt/idssys/powerwall/powerwall.sh 2>&1
source /opt/idssys/powerwall/defaults.inc
source ${PW_FOLDER}/defaults.inc
if [ "${2}" != "q" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}\n"