From cb855b0a45ac0a2aa79b4d4d139e1b40a6c149da Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Thu, 1 Sep 2022 13:27:48 -0700 Subject: [PATCH] entrypoint.sh: default .pylintrc --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 5267e384..e546d51a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,6 +20,10 @@ 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" != "" ] && [ -z "$(ls -A $DEV_MODE_PATH/.pylintrc)" ] +then + cp -R /opt/odoo/hibou-suite/.pylintrc $DEV_MODE_PATH +fi if [ "$DEV_MODE_PATH" == "" ] then