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

fix(entrypoint): remove useless env var DUNITER_OPTS

parent 90dc34c8
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,10 @@ case "$DUNITER_CHAIN_NAME" in
;;
esac
DUNITER_OPTS="${DUNITER_OPTS:---unsafe-ws-external}"
set -- "$@" \
"${chain[@]}" \
$(ternary "$DUNITER_DISABLE_PROMETHEUS" --no-prometheus) \
-d /var/lib/duniter
-d /var/lib/duniter --unsafe-ws-external
echo "Starting duniter with parameters:" "$@"
exec duniter "$DUNITER_OPTS" "$@"
exec duniter "$@"
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