taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit adff6f90678db8ab8e9c162f07dc7ff9aac10133
parent 85eeefaece5111f532c8b031e13ba2e9c8520e1e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  9 May 2023 23:04:02 +0200

cleaner

Diffstat:
Mnetzbon/config_launch_libeufin.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh @@ -243,7 +243,7 @@ libeufin-cli accounts task-schedule \ --task-type submit \ --task-name exchange-payments \ --task-cronspec "* * *" \ - exchange-at-nexus || true + "${LIBEUFIN_NEXUS_USERNAME}" || true say "OK" # Tries every second. Ask C52 @@ -255,7 +255,7 @@ libeufin-cli accounts task-schedule \ --task-cronspec "* * *" \ --task-param-level report \ --task-param-range-type latest \ - exchange-at-nexus || true + "${LIBEUFIN_NEXUS_USERNAME}" || true say "OK" say "Setting up SPA configuration..."