Merge branch 'imp/12.0/athene' into '12.0-test'

imp/12.0/athene into 12.0-test

See merge request hibou-io/hibou-odoo/suite!1306
This commit is contained in:
Hibou Bot
2022-01-19 19:32:32 +00:00

View File

@@ -16,6 +16,11 @@ set -e
# DEV_MODE_PATH=/opt/odoo/addons # DEV_MODE_PATH=/opt/odoo/addons
# To change the path to start Theia in, useful to get git working. # To change the path to start Theia in, useful to get git working.
if [ "$DEV_MODE_PATH" != "" ] && [ -z "$(ls -A $DEV_MODE_PATH/.theia)" ]
then
cp -R /opt/odoo/hibou-suite/.theia $DEV_MODE_PATH
fi
if [ "$DEV_MODE_PATH" == "" ] if [ "$DEV_MODE_PATH" == "" ]
then then
export DEV_MODE_PATH=/opt/odoo/hibou-suite export DEV_MODE_PATH=/opt/odoo/hibou-suite