From b38301cd585216ec0c675088a4d983675b9aee8c Mon Sep 17 00:00:00 2001 From: Noxcis Date: Wed, 3 Jan 2024 19:47:18 -0600 Subject: [PATCH] fixed typo --- Global-Configs/WireGate-Deploy-ENV/wiregate.env | 3 ++- install.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Global-Configs/WireGate-Deploy-ENV/wiregate.env b/Global-Configs/WireGate-Deploy-ENV/wiregate.env index f359bcc5..bc44f2b3 100644 --- a/Global-Configs/WireGate-Deploy-ENV/wiregate.env +++ b/Global-Configs/WireGate-Deploy-ENV/wiregate.env @@ -9,7 +9,8 @@ WG_DASH_IPTABLES_DNS=10.2.0.100 WG_DASH_PEER_ENDPOINT_ALLOWED_IP=0.0.0.0/0 WG_DASH_KEEP_ALIVE=21 WG_DASH_MTU=1420 -WG_DASH_PORT_RANGE_START=${WG_DASH_PORT_RANGE_STARTPORT} +WG_DASH_PORT_RANGE_STARTPORT=${WG_DASH_PORT_RANGE_STARTPORT} + # Pihole Enviornment Variables diff --git a/install.sh b/install.sh index e346e7c1..31e15a82 100755 --- a/install.sh +++ b/install.sh @@ -258,8 +258,8 @@ run_adguard_setup() { docker volume ls -q | grep 'wg_data' | xargs -r docker volume rm elif [ -f "$install_check" ]; then # If prerequisites are installed, bring down the Docker-compose setup - docker compose down --remove-orphans && - docker volume ls -q | grep 'wg_data' | xargs -r docker volume rm + docker compose down --remove-orphans #&& + #docker volume ls -q | grep 'wg_data' | xargs -r docker volume rm fi } #MISC