mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14281] Add install/phpbbcli.php to executable files list
PHPBB3-14281
This commit is contained in:
parent
a1abf8253f
commit
a6acbc445e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ then
|
|||
files_skipped="-false"
|
||||
|
||||
# Files which have to be executable
|
||||
executable_files="-path ${path}bin/*"
|
||||
executable_files="-path ${path}bin/* -o -path ${path}install/phpbbcli.php"
|
||||
|
||||
incorrect_files=$( \
|
||||
find ${path} \
|
||||
|
|
Loading…
Add table
Reference in a new issue