gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: -cleaner


From: gnunet
Subject: [libeufin] branch master updated: -cleaner
Date: Sat, 04 Mar 2023 15:17:18 +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 d31974aa -cleaner
d31974aa is described below

commit d31974aa440410d1a2f2e0b7ba76e80066e0d53a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 15:17:13 2023 +0100

    -cleaner
---
 debian/db/install-nexus/pgsql   | 4 ++--
 debian/db/install-sandbox/pgsql | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/db/install-nexus/pgsql b/debian/db/install-nexus/pgsql
index 58e8e999..d5fe7563 100755
--- a/debian/db/install-nexus/pgsql
+++ b/debian/db/install-nexus/pgsql
@@ -4,13 +4,13 @@ set -eu
 
 # Get database settings from dbconfig-common and write libeufin configuration 
files.
 if [ -f /etc/dbconfig-common/libeufin-nexus.conf ]; then
-    . /etc/dbconfig-common/libeufin-nexus
+    . /etc/dbconfig-common/libeufin-nexus.conf
     .conf
   case "$dbc_dbtype" in
   pgsql)
     # We assume ident auth here.  We might support password auth later.
     mkdir -p /etc/libeufin/
-    echo -e "LIBEUFIN_NEXUS_PORT=5017" >> \
+    echo -e "LIBEUFIN_NEXUS_PORT=5017" > \
          /etc/libeufin/nexus.env
     echo -e 
"LIBEUFIN_NEXUS_DB_CONNECTION=jdbc:postgres:///${dbc_dbserver}/${dbc_dbname}?user=${dbc_dbuser}&password=${dbc_dbpass}\n\n"
 >> \
         /etc/libeufin/nexus.env
diff --git a/debian/db/install-sandbox/pgsql b/debian/db/install-sandbox/pgsql
index 00cfe669..633e8fce 100755
--- a/debian/db/install-sandbox/pgsql
+++ b/debian/db/install-sandbox/pgsql
@@ -9,7 +9,7 @@ if [ -f /etc/dbconfig-common/libeufin-sandbox.conf ]; then
   pgsql)
     # We assume ident auth here.  We might support password auth later.
     mkdir -p /etc/libeufin/
-    echo -e "LIBEUFIN_SANDBOX_PORT=5016" >> \
+    echo -e "LIBEUFIN_SANDBOX_PORT=5016" > \
          /etc/libeufin/sandbox.env
     echo -e 
"LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:postgres://${dbc_dbserver}/${dbc_dbname}?user=${dbc_dbuser}&password=${dbc_dbpass}\n\n"
 >> \
         /etc/libeufin/sandbox.env

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