gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: add -c option to dbinit call


From: gnunet
Subject: [taler-anastasis] branch master updated: add -c option to dbinit call
Date: Thu, 30 Nov 2023 12:59:07 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new bb35ddc  add -c option to dbinit call
bb35ddc is described below

commit bb35ddcad2b8136833ad35d79d210ae9ef3a1911
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Nov 30 20:58:59 2023 +0900

    add -c option to dbinit call
---
 contrib/anastasis-dbconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/anastasis-dbconfig b/contrib/anastasis-dbconfig
index dc3b2be..cbb2f37 100755
--- a/contrib/anastasis-dbconfig
+++ b/contrib/anastasis-dbconfig
@@ -124,7 +124,7 @@ fi
 if [ 0 = "$SKIP_DBINIT" ]
 then
     echo "Initializing database $DBNAME." 1>&2
-    sudo -u "$DBUSER" anastasis-dbinit
+    sudo -u "$DBUSER" anastasis-dbinit -c "$CFGFILE"
 fi
 
 echo "Database configuration finished." 1>&2

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]