diff scripts/.functions.sh @ 195:26bb64873bbe production v1.3.0

flow: Merged <release> 'v1.3.0' to <master> ('production').
author smith@nwoca.org
date Thu, 21 Sep 2017 17:14:46 +0100
parents c3587159637f
children b72855a930f1
line wrap: on
line diff
--- a/scripts/.functions.sh	Wed Sep 20 16:19:18 2017 +0100
+++ b/scripts/.functions.sh	Thu Sep 21 17:14:46 2017 +0100
@@ -11,6 +11,11 @@
    export SSDT_HOME=$(dirname $SSDT_SCRIPTS)
 fi
 
+if [ "$(which docker-compose)" ==  "" ]
+then
+   PATH="${PATH}:/usr/local/bin"
+fi
+
 export SSDT_DOCKER_VERSION=$(docker version --format '{{.Server.Version}}')
 
 # deletes psql data from specified service