tolerate unset
This commit is contained in:
parent
baef188ed0
commit
77e06dda91
@ -254,6 +254,7 @@ then
|
||||
# Create the default demobank.
|
||||
echo -n "Configuring sandbox at ${LIBEUFIN_SANDBOX_DB_CONNECTION} "
|
||||
|
||||
libeufin-sandbox reset-tables
|
||||
libeufin-sandbox config \
|
||||
--currency "$CURRENCY" \
|
||||
--users-debt-limit 99999999 \
|
||||
@ -344,13 +345,14 @@ then
|
||||
# to the exchange.
|
||||
LIBEUFIN_NEXUS_DB_CONNECTION=$(taler-config -c "$CONF" -s "libeufin-nexus" -o "DB_CONNECTION")
|
||||
|
||||
if [ ! -z "$PGHOST" ]
|
||||
if [ ! -z "${PGHOST:+}" ]
|
||||
then
|
||||
EHOST=$(echo $PGHOST | sed -e "s/\//\\\\\//g")
|
||||
LIBEUFIN_NEXUS_DB_CONNECTION=$(echo $LIBEUFIN_NEXUS_DB_CONNECTION | sed -e "s/\/var\/run\/postgresql/$EHOST/")
|
||||
taler-config -c "$CONF" -s "libeufin-nexus" -o "DB_CONNECTION" -V "$LIBEUFIN_NEXUS_DB_CONNECTION"
|
||||
fi
|
||||
export LIBEUFIN_NEXUS_DB_CONNECTION
|
||||
libeufin-nexus reset-tables
|
||||
|
||||
# For convenience, username and password are
|
||||
# identical to those used at the Sandbox.
|
||||
|
Loading…
Reference in New Issue
Block a user