Mercurial > public > ssdt-docker
diff scripts/clearlocks.sh @ 191:fea886ba7279
DEP-12: add source for .functions.sh to all scripts using compose
author | smith@nwoca.org |
---|---|
date | Wed, 20 Sep 2017 17:56:23 +0100 |
parents | 85957628f4c0 |
children |
line wrap: on
line diff
--- a/scripts/clearlocks.sh Wed Sep 20 17:41:25 2017 +0100 +++ b/scripts/clearlocks.sh Wed Sep 20 17:56:23 2017 +0100 @@ -1,5 +1,6 @@ #!/bin/bash -source "$( dirname "${BASH_SOURCE[0]}")/.functions.sh" +source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh" + if [ -z "$1" ] then echo "Usage: `basename $0` {db service}"