libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit aa12fde9e406f7292894776a58a3dcd2cb919df3
parent b3dd9241a74df41949875ccf020da7b98682ba9c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 24 Nov 2024 14:29:43 +0100

-c option missing

Diffstat:
Mcontrib/libeufin-dbconfig | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/libeufin-dbconfig b/contrib/libeufin-dbconfig @@ -43,6 +43,8 @@ then fi eval set -- "$VALID_ARGS" +# FIXME: add support for -c $CONF, then fix ansible libeufin-nexus main.yml! + function usage { cat - <<EOF libeufin-dbconfig @@ -219,4 +221,4 @@ if [[ 0 = "$SKIP_INIT" || 1 = "$FORCE_PERMS" ]] && [[ 0 = "$SKIP_BANK" && 0 = grant_schema_access "$BANK_DBUSER" "libeufin_nexus" fi -echo "Database configuration finished." 1>&2 -\ No newline at end of file +echo "Database configuration finished." 1>&2