|
|
@ -1455,7 +1455,6 @@ export -f _get_service_charm_cached |
|
|
|
get_service_charm () { |
|
|
|
local service="$1" |
|
|
|
if [ -z "$service" ]; then |
|
|
|
echo ${FUNCNAME[@]} >&2 |
|
|
|
print_syntax_error "$FUNCNAME: Please specify a service as first argument." |
|
|
|
return 1 |
|
|
|
fi |
|
|
@ -2478,7 +2477,7 @@ get_all_services() { |
|
|
|
local cache_file="$state_tmpdir/$FUNCNAME.cache.$GLOBAL_ALL_RELATIONS_HASH" \ |
|
|
|
s rn ts rc td services service |
|
|
|
if [ -e "$cache_file" ]; then |
|
|
|
#debug "$FUNCNAME: SESSION cache hit $1" |
|
|
|
#debug "$FUNCNAME: cache hit $1" |
|
|
|
cat "$cache_file" |
|
|
|
return 0 |
|
|
|
fi |
|
|
@ -4081,7 +4080,7 @@ get_compose_yml_content() { |
|
|
|
COMPOSE_YML_FILE=$(get_compose_yml_location) || return 1 |
|
|
|
fi |
|
|
|
if [ -e "$COMPOSE_YML_FILE" ]; then |
|
|
|
debug "Found $WHITE$exname$NORMAL YAML file in '$COMPOSE_YML_FILE'." |
|
|
|
# debug "Found $WHITE$exname$NORMAL YAML file in '$COMPOSE_YML_FILE'." |
|
|
|
COMPOSE_YML_CONTENT=$(cat "$COMPOSE_YML_FILE") || { |
|
|
|
err "Could not read '$COMPOSE_YML_FILE'." |
|
|
|
return 1 |
|
|
|