From b00170192ed291ab4bd9e37c5574c826ca9322a9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 6 Aug 2021 12:46:14 +0200 Subject: libeufin instructions --- taler-exchange-setup-guide.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'taler-exchange-setup-guide.rst') diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst index 75bc9cc9..dca4f72a 100644 --- 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' \ -- cgit v1.2.3