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