Skip to content
Snippets Groups Projects
Commit 7795e246 authored by Gilles Filippini's avatar Gilles Filippini
Browse files

fix(docker): typo in key filename

Using '/etc/duniter/keyring.yml' to be consistent with the default
filename '/var/lib/duniter/duniter_default/keyring.yml'.
parent 1c2c0c36
No related branches found
No related tags found
1 merge request!1403fix(docker): typo in key filename
...@@ -109,8 +109,8 @@ fi ...@@ -109,8 +109,8 @@ fi
export DUNITER_WEB_UI_HOST="0.0.0.0" export DUNITER_WEB_UI_HOST="0.0.0.0"
# Key file found # Key file found
if [ -f /etc/duniter/key.yml ]; then if [ -f /etc/duniter/keyring.yml ]; then
export DUNITER_KEYFILE="/etc/duniter/keys.yml" export DUNITER_KEYFILE="/etc/duniter/keyring.yml"
fi fi
# Without parameters, start with web interface # Without parameters, start with web interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment