From 1b5e51aa133fe3e852f7ad2f06d05ca399d38add Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Fri, 23 Jul 2021 14:55:19 +0200 Subject: [PATCH] Fix timeout variable setting --- update-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-all.sh b/update-all.sh index ecb5659..c77d1f0 100755 --- a/update-all.sh +++ b/update-all.sh @@ -19,7 +19,7 @@ source .env echo "${HTTP_USER}:${HTTP_PASSWORD}" > traefik/http_auth # Docker-compose settings -COMPOSE_HTTP_TIMEOUT=240 +export COMPOSE_HTTP_TIMEOUT=240 if [[ ! -f services.conf ]]; then echo "[$0] No services.conf file found. Copying from sample file..."