From cba04ce5c66c0fbf940d2e95466e9907c1b25a3a Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 11 Dec 2023 21:39:44 +0100 Subject: [PATCH] fixes #2062 force file permissions to 644 --- tools/pwg_rel_create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pwg_rel_create.sh b/tools/pwg_rel_create.sh index d53be25d3..9f57f6ce0 100755 --- a/tools/pwg_rel_create.sh +++ b/tools/pwg_rel_create.sh @@ -130,6 +130,7 @@ zip -q -r $name-nochmod.zip piwigo # | permissions + zip 2 | # +--------------------------------------------------------------------------+ +chmod -R g-w piwigo chmod -R a+w piwigo/local chmod a+w piwigo/_data chmod a+w piwigo/upload