summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-03-04 15:24:59 +0100
committerChristian Grothoff <christian@grothoff.org>2023-03-04 15:24:59 +0100
commit469a396e2518fd424480f49dcbdbf8ca224bd396 (patch)
treea7900d10cf2b46ffd027fb51ade0992b477f662b
parentd31974aa440410d1a2f2e0b7ba76e80066e0d53a (diff)
downloadlibeufin-469a396e2518fd424480f49dcbdbf8ca224bd396.tar.gz
libeufin-469a396e2518fd424480f49dcbdbf8ca224bd396.tar.bz2
libeufin-469a396e2518fd424480f49dcbdbf8ca224bd396.zip
typo
-rwxr-xr-xdebian/db/install-nexus/pgsql3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/db/install-nexus/pgsql b/debian/db/install-nexus/pgsql
index d5fe7563..f65f2fad 100755
--- a/debian/db/install-nexus/pgsql
+++ b/debian/db/install-nexus/pgsql
@@ -4,8 +4,7 @@ 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.conf
- .conf
+ . /etc/dbconfig-common/libeufin-nexus.conf
case "$dbc_dbtype" in
pgsql)
# We assume ident auth here. We might support password auth later.