mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 11:30:22 +02:00
[ticket/14281] Add install/phpbbcli.php to executable files list
PHPBB3-14281
This commit is contained in:
@@ -28,7 +28,7 @@ then
|
|||||||
files_skipped="-false"
|
files_skipped="-false"
|
||||||
|
|
||||||
# Files which have to be executable
|
# Files which have to be executable
|
||||||
executable_files="-path ${path}bin/*"
|
executable_files="-path ${path}bin/* -o -path ${path}install/phpbbcli.php"
|
||||||
|
|
||||||
incorrect_files=$( \
|
incorrect_files=$( \
|
||||||
find ${path} \
|
find ${path} \
|
||||||
|
Reference in New Issue
Block a user