commit 469a396e2518fd424480f49dcbdbf8ca224bd396
parent d31974aa440410d1a2f2e0b7ba76e80066e0d53a
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 4 Mar 2023 15:24:59 +0100
typo
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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.