diff --git a/bin/compose-core b/bin/compose-core index 9218f7c..46c2b91 100755 --- a/bin/compose-core +++ b/bin/compose-core @@ -3053,7 +3053,8 @@ export -f get_relation_data_dir get_relation_data_file() { - local service="$1" target_service="$2" relation_name="$3" relation_config="$4" + local service="$1" target_service="$2" relation_name="$3" relation_config="$4" \ + new new_md5 relation_dir relation_data_file relation_dir=$(get_relation_data_dir "$service" "$target_service" "$relation_name") || return 1 relation_data_file="$relation_dir/data"