gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

grothoff pushed a commit to branch master
in repository sync.

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

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

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

diff --git a/contrib/sync-dbconfig b/contrib/sync-dbconfig
index 23216f7..dc7339a 100755
--- a/contrib/sync-dbconfig
+++ b/contrib/sync-dbconfig
@@ -124,7 +124,7 @@ fi
 if [ 0 = "$SKIP_DBINIT" ]
 then
     echo "Initializing database $DBNAME." 1>&2
-    sudo -u "$DBUSER" sync-dbinit
+    sudo -u "$DBUSER" sync-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]