|
@ -441,7 +441,7 @@ get_compose_file_opt() { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replace_compose_file_opt() { |
|
|
replace_compose_file_opt() { |
|
|
local hash_bin="$1" override="$2" \ |
|
|
|
|
|
|
|
|
local hash_bin="$1" override="$2" args arg \ |
|
|
cache_file="$COMPOSE_LAUNCHER_CACHE/$FUNCNAME.cache.$(p0 "$@" | hash_get)" |
|
|
cache_file="$COMPOSE_LAUNCHER_CACHE/$FUNCNAME.cache.$(p0 "$@" | hash_get)" |
|
|
if [ -e "$cache_file" ]; then |
|
|
if [ -e "$cache_file" ]; then |
|
|
cat "$cache_file" && |
|
|
cat "$cache_file" && |
|
|