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

[build] docker: make compatible with old shell

parent 16fd7eb5
No related branches found
No related tags found
No related merge requests found
...@@ -6,12 +6,14 @@ if [[ -z ${1} ]]; then ...@@ -6,12 +6,14 @@ if [[ -z ${1} ]]; then
fi fi
# Options # Options
export DUNITER_WEB_UI_HOST = "0.0.0.0" DUNITER_WEB_UI_HOST = "0.0.0.0"
export DUNITER_WEB_UI_HOST
# Key file found # Key file found
if [[ -f /etc/duniter/key.yml ]]; then if [[ -f /etc/duniter/key.yml ]]; then
export DUNITER_KEYFILE="/etc/duniter/keys.yml" DUNITER_KEYFILE="/etc/duniter/keys.yml"
export DUNITER_KEYFILE
fi fi
# Start duniter # Start duniter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment