commit e5135f1d692db6556e7a7223e84d0ac981f8eb2c parent a0cb722ea867bc2303aad42e18aeeb5b57c661ed Author: Sebastian <sebasjm@gmail.com> Date: Tue, 28 Jan 2025 11:43:03 -0300 use taler exchange config Diffstat:
| M | contrib/populate-stats.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/populate-stats.sh b/contrib/populate-stats.sh @@ -24,7 +24,7 @@ if test "$2" = "--one"; fi set -eu -DB_NAME=$(taler-config -c $1 -s libeufin-bankdb-postgres -o config) +DB_NAME=$(taler-exchange-config -c $1 -s libeufin-bankdb-postgres -o config) echo Running on the database: $DB_NAME # random number in range $1-$2