mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[ticket/12693] All the files in bin/ must be executable
PHPBB3-12693
This commit is contained in:
parent
d284675241
commit
5739a3da8f
@ -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…
x
Reference in New Issue
Block a user