From fa81a899ee9b1fdf3c25a47b9549f6a00bad8b63 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 27 Aug 2016 00:54:04 -0400 Subject: [PATCH] Output the config/data directories when performing service:info --- functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions b/functions index aa0f498..67d88d6 100755 --- a/functions +++ b/functions @@ -143,6 +143,8 @@ service_info() { local SERVICE_URL=$(service_url "$SERVICE") echo " DSN: $SERVICE_URL" + echo " Config Dir: $SERVICE_ROOT/config" + echo " Data Dir: $SERVICE_ROOT/data" } service_link() {