Athene copy launch from hibou-suite

This commit is contained in:
Jared Kipe
2022-01-19 11:29:29 -08:00
parent 3045c6d1fb
commit 6997779be7

View File

@@ -16,6 +16,11 @@ set -e
# DEV_MODE_PATH=/opt/odoo/addons
# 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" == "" ]
then
export DEV_MODE_PATH=/opt/odoo/hibou-suite