mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
entrypoint.sh: default .pylintrc
This commit is contained in:
@@ -20,6 +20,10 @@ if [ "$DEV_MODE_PATH" != "" ] && [ -z "$(ls -A $DEV_MODE_PATH/.theia)" ]
|
|||||||
then
|
then
|
||||||
cp -R /opt/odoo/hibou-suite/.theia $DEV_MODE_PATH
|
cp -R /opt/odoo/hibou-suite/.theia $DEV_MODE_PATH
|
||||||
fi
|
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" == "" ]
|
if [ "$DEV_MODE_PATH" == "" ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user