docker-odoo-project icon indicating copy to clipboard operation
docker-odoo-project copied to clipboard

Add +x on start-entrypoint.d/001_set_report_url

Open hparfr opened this issue 2 years ago • 0 comments

Fixes #162 #89

Before this PR:

# file: 000_set_base_url
user::rwx
group::rwx
other::r-x

# file: 001_set_report_url
user::rw-
group::rw-
other::r--

With this PR:

# file: 000_set_base_url
user::rwx
group::rwx
other::r-x

# file: 001_set_report_url
user::rwx
group::rwx
other::r-x

hparfr avatar Apr 26 '22 13:04 hparfr