mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
entrypoint.sh: try to copy, dont fail
This commit is contained in:
@@ -18,11 +18,11 @@ set -e
|
||||
|
||||
if [ "$DEV_MODE_PATH" != "" ] && [ -z "$(ls -A $DEV_MODE_PATH/.theia)" ]
|
||||
then
|
||||
cp -R /opt/odoo/hibou-suite/.theia $DEV_MODE_PATH
|
||||
cp -R /opt/odoo/hibou-suite/.theia $DEV_MODE_PATH || true
|
||||
fi
|
||||
if [ "$DEV_MODE_PATH" != "" ] && [ -z "$(ls -A $DEV_MODE_PATH/.pylintrc)" ]
|
||||
then
|
||||
cp -R /opt/odoo/hibou-suite/.pylintrc $DEV_MODE_PATH
|
||||
cp -R /opt/odoo/hibou-suite/.pylintrc $DEV_MODE_PATH || true
|
||||
fi
|
||||
|
||||
if [ "$DEV_MODE_PATH" == "" ]
|
||||
|
||||
Reference in New Issue
Block a user