From d319bd7657b1ac0d3ed13bb2c8ad5591e1bb3281 Mon Sep 17 00:00:00 2001 From: Nicolas JEUDY Date: Sat, 28 May 2022 21:31:23 +0200 Subject: [PATCH] [FIX] unsure auth_ldap mod is installed --- start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.sh b/start.sh index 10b06aa..7e7e50a 100755 --- a/start.sh +++ b/start.sh @@ -43,6 +43,8 @@ if [[ ! -f /app/data/odoo.conf ]]; then echo "First run complete." fi +/usr/local/bin/gosu cloudron:cloudron /app/code/odoo/odoo-bin -i auth_ldap -c /app/data/odoo.conf --without-demo all -d $CLOUDRON_POSTGRESQL_DATABASE --stop-after-init + # These values should be re-set to make Odoo work as expcected. echo "Ensuring proper [options] in /app/data/odoo.conf ..."