From a6c98273db9d0639a4a5e13a4e3aa26c14dc18df Mon Sep 17 00:00:00 2001 From: Tom Kazimiers Date: Thu, 26 Oct 2023 22:53:29 +0200 Subject: [PATCH] Docker: add missing whitespace in docker entrypoint script --- scripts/docker/catmaid-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker/catmaid-entry.sh b/scripts/docker/catmaid-entry.sh index 7df70eb338..5dfaa94c77 100644 --- a/scripts/docker/catmaid-entry.sh +++ b/scripts/docker/catmaid-entry.sh @@ -84,7 +84,7 @@ init_catmaid () { echo "Loading virtualenv" source /home/env/bin/activate - if [ ! -f /home/django/projects/mysite/settings.py ] || ["$CM_FORCE_CONFIG_UPDATE" = true]; then + if [ ! -f /home/django/projects/mysite/settings.py ] || [ "$CM_FORCE_CONFIG_UPDATE" = true ]; then echo "Setting up CATMAID" cp /home/django/configuration.py.example /home/django/configuration.py