From ec323046188971d6b063dc24df8e9cfcca149f01 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 13 Aug 2023 16:28:09 -0500 Subject: [PATCH] Update install-powerwall.sh --- install-powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-powerwall.sh b/install-powerwall.sh index ceb3299..d5b153d 100755 --- a/install-powerwall.sh +++ b/install-powerwall.sh @@ -27,7 +27,7 @@ if [ ! -d "/opt/idssys/defaults" ]; then do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi -echo -e "" > /opt/idssys/powerwall/powerwall.conf +echo -e "" > /opt/idssys/powerwall/settings.conf echo "" echo -e "${idsCL[Yellow]}PowerWall has been Installed${idsCL[Default]}"