commit 28644d13f72199cb215297c60f6266ac46502c20
parent 62536c6c29e9754de5988b76883ddb04c5c529d8
Author: Antoine A <>
Date: Wed, 21 Feb 2024 14:52:54 +0100
Improve regional currency manual
Diffstat:
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/libeufin/regional-automated-manual.rst b/libeufin/regional-automated-manual.rst
@@ -138,12 +138,12 @@ with you preferred text editor, you can also do this in one single command.
.. code-block:: console
- $ cat /dev/null > config/user.conf
+ # rm config/user.conf
.. note::
- In future versions of the program when executed for the second time, the program itself will
- show an option to offer wiping the content of this config/user.conf file, automatically.
+ In future versions of the program when executed for the second time, the program itself will
+ show an option to offer wiping the content of this config/user.conf file, automatically.
Multi-factor authentication
+++++++++++++++++++++++++++
@@ -171,7 +171,6 @@ outgoing bank transactions <sending-payments>` (cash out).
.. code-block:: console
- # systemctl enable --now libeufin-nexus-ebics-fetch
- # systemctl enable --now libeufin-nexus-ebics-submit
+ # systemctl enable --now libeufin-nexus.target
.. include:: ../frags/regional-manual-use.rst
\ No newline at end of file
diff --git a/libeufin/regional-custom-manual.rst b/libeufin/regional-custom-manual.rst
@@ -117,7 +117,6 @@ outgoing bank transactions <sending-payments>` (cash out).
.. code-block:: console
- # systemctl enable --now libeufin-nexus-ebics-fetch
- # systemctl enable --now libeufin-nexus-ebics-submit
+ # systemctl enable --now libeufin-nexus.target
.. include:: ../frags/regional-manual-use.rst
\ No newline at end of file