diff --git a/entrypoint.sh b/entrypoint.sh index e546d51a..86def03d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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" == "" ]