From 8672fbc9f2e89088ab0216cd2527ccba3e343925 Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Mon, 23 Dec 2019 14:43:36 +0100 Subject: [PATCH] Add missing space --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index faf0a30..ac7ca43 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ function check_config() { DB_ARGS+=("--${param}") DB_ARGS+=("${value}") else - value=`grep "^\s*\b${param}\b\s*=" /opt/odoo/etc/odoo.conf | cut -d "=" -f 2 | xargs` + value=`grep "^\s*\b${param}\b\s*=" /opt/odoo/etc/odoo.conf | cut -d "=" -f 2 | xargs` fi; } value="" -- GitLab