Merge pull request #6407 from Noxwizard/ticket/16917

[ticket/16917] Update phpbbcli.php's permissions in release archive
This commit is contained in:
Marc Alexander 2022-07-16 19:02:52 -04:00
commit 3ed3abb446
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -362,6 +362,8 @@
<chmod mode="0777" file="${dir}/store" /> <chmod mode="0777" file="${dir}/store" />
<chmod mode="0777" file="${dir}/files" /> <chmod mode="0777" file="${dir}/files" />
<chmod mode="0777" file="${dir}/images/avatars/upload" /> <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>
<target name="clean-vendor-dir"> <target name="clean-vendor-dir">