From 5d6de469684fb7f3ba0b7aa30124646173bd15bb Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 17 Jan 2024 15:36:37 +0100 Subject: [PATCH] fix: [compose] ensure cache directory is available on linux as we can use it --- bin/compose | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compose b/bin/compose index a0408a3..69d1f8c 100755 --- a/bin/compose +++ b/bin/compose @@ -710,6 +710,7 @@ set_os() { TZ_PATH=${TZ_PATH:-"$COMPOSE_LOCAL_ROOT"/timezones} COMPOSE_LAUNCHER_CACHE=${COMPOSE_LAUNCHER_CACHE:-"$COMPOSE_LOCAL_ROOT"/cache} fi + mkdir -p "$COMPOSE_CACHE" || return 1 ;; mac) ## Order matters, files get to override vars