From 22305653768878ce79a257f542910526bf3e0bac Mon Sep 17 00:00:00 2001 From: Farid Musa Date: Mon, 1 Jan 2024 21:53:18 +0400 Subject: [PATCH] start.sh --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "$@"