[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: needs quotes
From: |
gnunet |
Subject: |
[libeufin] branch master updated: needs quotes |
Date: |
Sat, 04 Mar 2023 15:31:06 +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 55463f89 needs quotes
55463f89 is described below
commit 55463f89903d078d2445c1601b03ea849c1f6315
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 15:31:03 2023 +0100
needs quotes
---
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 f65f2fad..5136ec2c 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:postgres:///${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 633e8fce..52894b1c 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: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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: needs quotes,
gnunet <=