From 04619f9b87f63febd1f70e8f937f03a27ce00471 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 2 Sep 2022 22:27:06 -0500 Subject: [PATCH] Update install-powerwall.sh --- install-powerwall.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install-powerwall.sh b/install-powerwall.sh index 5570052..e9579a9 100755 --- a/install-powerwall.sh +++ b/install-powerwall.sh @@ -22,10 +22,7 @@ if [ ! -d "/opt/idssys/defaults" ]; then do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi -if [ ! -d "/opt/idssys/settings" ]; then - do_with_root mkdir /opt/idssys/settings -fi -echo -e "" > /opt/idssys/settings/powerwall.conf +echo -e "" > /opt/idssys/powerwall/powerwall.conf echo "" echo -e "${idsCL[Yellow]}PowerWall has been Installed${idsCL[Default]}"