mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[ticket/12693] All the files in bin/ must be executable
PHPBB3-12693
This commit is contained in:
@@ -26,7 +26,7 @@ then
|
|||||||
files_skipped="-name composer.phar"
|
files_skipped="-name composer.phar"
|
||||||
|
|
||||||
# Files which have to be executable
|
# Files which have to be executable
|
||||||
executable_files="-path ${path}bin/phpbbcli.php"
|
executable_files="-path ${path}bin/*"
|
||||||
|
|
||||||
incorect_files=$( \
|
incorect_files=$( \
|
||||||
find ${path} \
|
find ${path} \
|
||||||
|
Reference in New Issue
Block a user