Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NOXCIS committed Jan 4, 2024
1 parent 02325e3 commit b38301c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Global-Configs/WireGate-Deploy-ENV/wiregate.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b38301c

Please sign in to comment.