summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-09 23:04:02 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-09 23:04:02 +0200
commitadff6f90678db8ab8e9c162f07dc7ff9aac10133 (patch)
tree91b54ace570b5a857ae4557944b8d34d6d144e04
parent85eeefaece5111f532c8b031e13ba2e9c8520e1e (diff)
downloaddeployment-adff6f90678db8ab8e9c162f07dc7ff9aac10133.tar.gz
deployment-adff6f90678db8ab8e9c162f07dc7ff9aac10133.tar.bz2
deployment-adff6f90678db8ab8e9c162f07dc7ff9aac10133.zip
cleaner
-rwxr-xr-xnetzbon/config_launch_libeufin.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh
index 0b6cb6f..299509d 100755
--- 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..."