From 001b3bea828f2af55b78fcc7853d1a40422ce110 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 18 May 2019 10:38:55 +0000 Subject: [PATCH] travis --- tests/ci/travis/setup_apache.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ci/travis/setup_apache.sh b/tests/ci/travis/setup_apache.sh index ee33d94..e199c86 100755 --- a/tests/ci/travis/setup_apache.sh +++ b/tests/ci/travis/setup_apache.sh @@ -2,8 +2,8 @@ # make sure all files and folders are accisble by Apache -find . -type d -exec chmod 755 {} \; -#find . -type f -exec chmod 644 {} \; +sudo find /home -type d -exec chmod 755 {} \; +sudo find . -type f -name "*.php" -exec chmod 644 {} \; # set up Apache for php-fpm # @see https://github.com/travis-ci/travis-ci.github.com/blob/master/docs/user/languages/php.md#apache--php -- 2.43.0