From 7330cbab3852a27d0b5c04aa794cd6f7fe27ad76 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 28 Dec 2022 23:07:52 +0100 Subject: chmod +x extensions (#4956) To ease adding custom extensions such as in https://github.com/FreshRSS/Extensions/issues/37#issuecomment-1363474585 --- Docker/entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Docker') 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 "$@" -- cgit v1.2.3