Skip to content
Snippets Groups Projects
Commit 49676bcd authored by Éloïs's avatar Éloïs
Browse files

Merge branch 'pini' into 'dev'

fix(docker): typo in key filename

See merge request !1403
parents 1c2c0c36 7795e246
No related branches found
No related tags found
1 merge request!1403fix(docker): typo in key filename
......@@ -109,8 +109,8 @@ fi
export DUNITER_WEB_UI_HOST="0.0.0.0"
# Key file found
if [ -f /etc/duniter/key.yml ]; then
export DUNITER_KEYFILE="/etc/duniter/keys.yml"
if [ -f /etc/duniter/keyring.yml ]; then
export DUNITER_KEYFILE="/etc/duniter/keyring.yml"
fi
# 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