gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: more typos


From: gnunet
Subject: [libeufin] branch master updated: more typos
Date: Sat, 04 Mar 2023 15:57:31 +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 d86f2de7 more typos
d86f2de7 is described below

commit d86f2de7d468c83d3279e30cda6ee69a4217f357
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 15:57:29 2023 +0100

    more typos
---
 debian/db/install-nexus/pgsql   | 2 +-
 debian/db/install-sandbox/pgsql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/db/install-nexus/pgsql b/debian/db/install-nexus/pgsql
index 5136ec2c..19351b22 100755
--- a/debian/db/install-nexus/pgsql
+++ b/debian/db/install-nexus/pgsql
@@ -11,7 +11,7 @@ if [ -f /etc/dbconfig-common/libeufin-nexus.conf ]; then
     mkdir -p /etc/libeufin/
     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"
 >> \
+    echo -e 
"LIBEUFIN_NEXUS_DB_CONNECTION=\"jdbc:postgresql://${dbc_dbserver}/${dbc_dbname}?user=${dbc_dbuser}&password=${dbc_dbpass}\"\n\n"
 >> \
         /etc/libeufin/nexus.env
 
     # Allow the libeufin-sandbox/nexus user to create schemas.
diff --git a/debian/db/install-sandbox/pgsql b/debian/db/install-sandbox/pgsql
index 52894b1c..9c0be24b 100755
--- a/debian/db/install-sandbox/pgsql
+++ b/debian/db/install-sandbox/pgsql
@@ -11,7 +11,7 @@ if [ -f /etc/dbconfig-common/libeufin-sandbox.conf ]; then
     mkdir -p /etc/libeufin/
     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"
 >> \
+    echo -e 
"LIBEUFIN_SANDBOX_DB_CONNECTION=\"jdbc:postgresql://${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]