Skip to content

Commit

Permalink
ctdb-scripts: Drop CTDBD_CONF internal test variable
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schwenke <[email protected]>
Reviewed-by: Amitay Isaacs <[email protected]>

Autobuild-User(master): Amitay Isaacs <[email protected]>
Autobuild-Date(master): Mon Mar 19 07:32:22 CET 2018 on sn-devel-144
  • Loading branch information
martin-schwenke authored and Amitay Isaacs committed Mar 19, 2018
1 parent 02a942e commit 3451a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctdb/config/functions
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ _loadconfig() {
fi

if [ "$1" = "ctdb" ] ; then
_config="${CTDBD_CONF:-${CTDB_BASE}/ctdbd.conf}"
_config="${CTDB_BASE}/ctdbd.conf"
if [ -r "$_config" ] ; then
. "$_config"
fi
Expand Down

0 comments on commit 3451a03

Please sign in to comment.