[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: -c option missing
From: |
gnunet |
Subject: |
[libeufin] branch master updated: -c option missing |
Date: |
Sun, 24 Nov 2024 14:29:57 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new aa12fde9 -c option missing
aa12fde9 is described below
commit aa12fde9e406f7292894776a58a3dcd2cb919df3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 24 14:29:43 2024 +0100
-c option missing
---
contrib/libeufin-dbconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/contrib/libeufin-dbconfig b/contrib/libeufin-dbconfig
index b9419d24..094754a4 100755
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: -c option missing,
gnunet <=