comparison scripts/clearlocks.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 fea886ba7279
children
comparison
equal deleted inserted replaced
184:26892906f365 195:26bb64873bbe
1 #!/bin/bash 1 #!/bin/bash
2 source "$( dirname "${BASH_SOURCE[0]}")/.functions.sh" 2 source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh"
3
3 if [ -z "$1" ] 4 if [ -z "$1" ]
4 then 5 then
5 echo "Usage: `basename $0` {db service}" 6 echo "Usage: `basename $0` {db service}"
6 echo " eg: clearlocks.sh usasdb" 7 echo " eg: clearlocks.sh usasdb"
7 exit $E_NOARGS 8 exit $E_NOARGS