chmod +x extensions (#4956)

To ease adding custom extensions such as in https://github.com/FreshRSS/Extensions/issues/37#issuecomment-1363474585
This commit is contained in:
Alexandre Alapetite 2022-12-28 23:07:52 +01:00 committed by GitHub
parent b64650801f
commit 7330cbab38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,8 @@ if [ -n "$FRESHRSS_USER" ]; then
fi
chown -R :www-data .
chmod -R g+r . && chmod -R g+w ./data/
chmod -R g+r .
chmod -R g+w ./data/
chmod g+x ./extensions/
exec "$@"