From a634d533e1e4a1c6839220f29df890bafce41555 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 13 Aug 2023 16:28:19 -0500 Subject: [PATCH] update --- powerwall.sh | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index bbee9d6e..31261962 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -6,7 +6,7 @@ action="${1}" source /opt/idssys/defaults/colors.inc source /opt/idssys/defaults/default.inc source /opt/idssys/powerwall/defaults.inc -source ${FOLDER}/powerwall.conf +source ${FOLDER}/settings.conf # TEST=true diff --git a/run.sh b/run.sh index 2993aaf4..bda78ee9 100755 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ source /opt/idssys/defaults/colors.inc source /opt/idssys/defaults/default.inc source /opt/idssys/powerwall/defaults.inc -source /opt/idssys/powerwall/powerwall.conf +source /opt/idssys/powerwall/settings.conf if [ "${1}" == "update" ]; then if curl -m 5 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then