diff --git a/functions b/functions index f84fdf2..c1b6b74 100755 --- a/functions +++ b/functions @@ -140,6 +140,7 @@ service_exposed_ports() { service_info() { local SERVICE="$1" + local SERVICE_ROOT="$PLUGIN_DATA_ROOT/$SERVICE" local SERVICE_URL=$(service_url "$SERVICE") echo " DSN: $SERVICE_URL"