merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 1cd6752f9cc7582ffc314f1210eeecd4c67bd27a
parent d01499cf598f40adfb688b695be94e2047ff8950
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  8 Mar 2023 12:39:03 +0100

fix #7722

Diffstat:
Mdebian/db/install/pgsql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/db/install/pgsql b/debian/db/install/pgsql @@ -17,7 +17,7 @@ if [ -f /etc/dbconfig-common/taler-merchant.conf ]; then $merchantdb_secretconf # Allow the taler-merchant-httpd user to create schemas, needed by dbinit - echo "GRANT CREATE ON DATABASE \"${dbc_dbtype}\" TO \"taler-merchant-httpd\";" | sudo -u postgres psql -f - + echo "GRANT CREATE ON DATABASE \"${dbc_dbtype}\" TO \"taler-merchant-httpd\";\n" | sudo -u postgres ${dbc_dbname} -f - # Run database initialization logic sudo -u taler-merchant-httpd taler-merchant-dbinit -c /etc/taler/taler.conf ;;