diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-12-08 00:26:59 +0900 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-12-08 00:26:59 +0900 |
commit | 351ba604da4ee4391ac90e6e5c595bdeac8c7dd3 (patch) | |
tree | 75cfee7150affa5657852ab168b4e90fdd1bdc78 | |
parent | 70e2eb12a080bfb7c1b32f1b6f55f7b9a526be78 (diff) |
fix copy and paste bug in taler-merchant-dbconfig
-rwxr-xr-x | contrib/taler-merchant-dbconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/taler-merchant-dbconfig b/contrib/taler-merchant-dbconfig index 35636702..fad84747 100755 --- a/contrib/taler-merchant-dbconfig +++ b/contrib/taler-merchant-dbconfig @@ -90,7 +90,7 @@ fi DBPATH=$(taler-config \ -c "$CFGFILE" \ - -s exchangedb-postgres \ + -s merchantdb-postgres \ -o CONFIG) if ! echo "$DBPATH" | grep "postgres://" > /dev/null |