mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12693] All the files in bin/ must be executable
PHPBB3-12693
This commit is contained in:
parent
d284675241
commit
5739a3da8f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ then
|
|||
files_skipped="-name composer.phar"
|
||||
|
||||
# Files which have to be executable
|
||||
executable_files="-path ${path}bin/phpbbcli.php"
|
||||
executable_files="-path ${path}bin/*"
|
||||
|
||||
incorect_files=$( \
|
||||
find ${path} \
|
||||
|
|
Loading…
Add table
Reference in a new issue