Skip to content

Commit

Permalink
Docker: add missing whitespace in docker entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Oct 26, 2023
1 parent 220e044 commit a6c9827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/catmaid-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6c9827

Please sign in to comment.