From dd3924546d54a024b20d75834bc367dcc5f23e99 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Tue, 10 May 2022 16:11:01 +0200 Subject: [PATCH] Fix the --load example for bffh --- source/usage/setup_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/usage/setup_steps.md b/source/usage/setup_steps.md index 65b58ca..2270813 100644 --- a/source/usage/setup_steps.md +++ b/source/usage/setup_steps.md @@ -113,7 +113,7 @@ The given permissions are ok to start with (if you did not change the roles of t **-restart the BFFH-server** **Important** every time you change the bffh.dhal you need to reload the settings (otherwise the App will not connect to the server on restart): -`./diflouroborane -c examples/bffh.dhall --load examples` +`./diflouroborane -c examples/bffh.dhall --load examples/users.toml` and restart start Diflouroborane: `./diflouroborane -c examples/bffh.dhall`