diff --git a/start.sh b/start.sh index 4729460..1798a25 100755 --- a/start.sh +++ b/start.sh @@ -9,10 +9,10 @@ set -a source .env set +a +docker compose -p "$OVPN_COMPOSE_NAME" up -d --force-recreate --always-recreate-deps "$@" + for script_file in ./start.d/*.sh do echo "Sourcing ${script_file}" source "${script_file}" done - -docker compose -p "$OVPN_COMPOSE_NAME" up -d --force-recreate --always-recreate-deps "$@"