1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 14:18:24 +01:00

[ticket/16917] Update phpbbcli.php's permissions in release archive

For those employing cron on *nix, these will be the expected permissions.

PHPBB3-16917
This commit is contained in:
Patrick Webster 2022-07-09 15:46:31 -05:00
parent 2f72950d2d
commit 47e30a2e21

View File

@ -362,6 +362,8 @@
<chmod mode="0777" file="${dir}/store" />
<chmod mode="0777" file="${dir}/files" />
<chmod mode="0777" file="${dir}/images/avatars/upload" />
<!-- set permissions of executable scripts to 755 -->
<chmod mode="0755" file="${dir}/bin/phpbbcli.php" />
</target>
<target name="clean-vendor-dir">