Users updating Flatnotes Docker containers from an old version are facing startup crashes due to the newly introduced EXEC_TOOL environment variable being undefined in their originally older containers
Added the following default value definitions to the entrypoint.sh script:
Fix for #178
Users updating Flatnotes Docker containers from an old version are facing startup crashes due to the newly introduced
EXEC_TOOL
environment variable being undefined in their originally older containersAdded the following default value definitions to the
entrypoint.sh
script:(I believe the new
FLATNOTES_PORT
envvar to be affected as well so also added it a default value)You can read such code as «Either $VAR is already defined or we set it a default value»