gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix libeufin package


From: gnunet
Subject: [libeufin] branch master updated: fix libeufin package
Date: Sat, 04 Mar 2023 13:39:35 +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 dddae4c5 fix libeufin package
dddae4c5 is described below

commit dddae4c57ce1e31439aba078973f2c46d4246d62
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 13:39:33 2023 +0100

    fix libeufin package
---
 debian/db/install-nexus/pgsql   | 4 ++--
 debian/db/install-sandbox/pgsql | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/db/install-nexus/pgsql b/debian/db/install-nexus/pgsql
index a17e637c..37a347af 100755
--- a/debian/db/install-nexus/pgsql
+++ b/debian/db/install-nexus/pgsql
@@ -3,8 +3,8 @@
 set -eu
 
 # Get database settings from dbconfig-common and write libeufin configuration 
files.
-if [ -f /etc/dbconfig-common/taler-libeufin.conf ]; then
-  . /etc/dbconfig-common/taler-libeufin.conf
+if [ -f /etc/dbconfig-common/libeufin-nexus.conf ]; then
+  . /etc/dbconfig-common/libeufin-nexus.conf
   case "$dbc_dbtype" in
   pgsql)
     # We assume ident auth here.  We might support password auth later.
diff --git a/debian/db/install-sandbox/pgsql b/debian/db/install-sandbox/pgsql
index 63e7bbd0..4ec92663 100755
--- a/debian/db/install-sandbox/pgsql
+++ b/debian/db/install-sandbox/pgsql
@@ -3,8 +3,8 @@
 set -eu
 
 # Get database settings from dbconfig-common and write libeufin configuration 
files.
-if [ -f /etc/dbconfig-common/taler-libeufin.conf ]; then
-  . /etc/dbconfig-common/taler-libeufin.conf
+if [ -f /etc/dbconfig-common/libeufin-sandbox.conf ]; then
+  . /etc/dbconfig-common/libeufin-sandbox.conf
   case "$dbc_dbtype" in
   pgsql)
     # We assume ident auth here.  We might support password auth later.

-- 
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]