openhab / openhab-docker

Repository for building Docker containers for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
209 stars 128 forks source link

Add EXTRA_SHELL_OPTS environment variable #359

Closed wborn closed 3 years ago

wborn commented 3 years ago

Allows for customizing the shell options used by the entrypoint script. E.g. set it to +x to disable the trace logging or set it to -v to also print shell input lines.

Fixes #346