summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-03-04 15:57:29 +0100
committerChristian Grothoff <christian@grothoff.org>2023-03-04 15:57:29 +0100
commitd86f2de7d468c83d3279e30cda6ee69a4217f357 (patch)
tree5524e9a584ae22923e1725f0243d8d44cbc6f09c
parent55463f89903d078d2445c1601b03ea849c1f6315 (diff)
downloadlibeufin-d86f2de7d468c83d3279e30cda6ee69a4217f357.tar.gz
libeufin-d86f2de7d468c83d3279e30cda6ee69a4217f357.tar.bz2
libeufin-d86f2de7d468c83d3279e30cda6ee69a4217f357.zip
more typos
-rwxr-xr-xdebian/db/install-nexus/pgsql2
-rwxr-xr-xdebian/db/install-sandbox/pgsql2
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