Actualiser 1.4.add_Modules_Dir_in_odoo.conf.sh
This commit is contained in:
parent
f5be82b844
commit
e1668e6834
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
source ./0.variables.env
|
||||||
|
|
||||||
CUSTOM_DIR="${CUSTOM_DIR:-./custom}"
|
CUSTOM_DIR="${CUSTOM_DIR:-./custom}"
|
||||||
CONTAINER_PREFIX="/mnt/extra-addons"
|
CONTAINER_PREFIX="/mnt/extra-addons"
|
||||||
ODOO_CONF="${ODOO_CONF:-./odoo.conf.template}"
|
ODOO_CONF="${ODOO_CONF:-./odoo.conf.template}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue