commit b00170192ed291ab4bd9e37c5574c826ca9322a9 parent 36ca16c2cc540d348547ff8dd6a126fb9b8cd8b4 Author: Florian Dold <florian@dold.me> Date: Fri, 6 Aug 2021 12:46:14 +0200 libeufin instructions Diffstat:
| M | taler-exchange-setup-guide.rst | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -528,19 +528,19 @@ once at 11pm every day : .. code-block:: console - [root@exchange-online]# libeufin-cli accounts task-schedule myacct \ - --task-type="submit" - --task-name='submit-payments-hourly' + [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \ + --task-type="submit" \ + --task-name='submit-payments-hourly' \ --task-cronspec='0 0 *' - [root@exchange-online]# libeufin-cli accounts task-schedule myacct \ + [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \ --task-type="fetch" \ --task-name='fetch-5min' \ --task-cronspec='0 */5 *' \ --task-param-level=report \ --task-param-range-type=latest - [root@exchange-online]# libeufin-cli accounts task-schedule myacct \ + [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \ --task-type="fetch" \ --task-name='fetch-daily' \ --task-cronspec='0 0 23' \