From 1eb8d990e2d4e21fe1a83c8496e75b0de2b9b60d Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 27 Aug 2016 01:10:32 -0400 Subject: [PATCH] Add missing SERVICE_ROOT env var --- functions | 1 + 1 file changed, 1 insertion(+) diff --git a/functions b/functions index fe68a82..06ec026 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"