diff options
| author | 2022-12-28 23:07:52 +0100 | |
|---|---|---|
| committer | 2022-12-28 23:07:52 +0100 | |
| commit | 7330cbab3852a27d0b5c04aa794cd6f7fe27ad76 (patch) | |
| tree | 72d3619efb5749db31eb5fcee058b58927ab1ecf /Docker | |
| parent | b64650801f852d8b5b39dbf36c79519d2cea4199 (diff) | |
chmod +x extensions (#4956)
To ease adding custom extensions such as in https://github.com/FreshRSS/Extensions/issues/37#issuecomment-1363474585
Diffstat (limited to 'Docker')
| -rwxr-xr-x | Docker/entrypoint.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Docker/entrypoint.sh b/Docker/entrypoint.sh index 00e80f629..018946397 100755 --- a/Docker/entrypoint.sh +++ b/Docker/entrypoint.sh @@ -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 "$@" |
