X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fci%2Ftravis%2Fsetup_apache.sh;h=e199c864caf6c0b339a11dd4ef97eaad7847cd82;hb=001b3bea828f2af55b78fcc7853d1a40422ce110;hp=ee33d94281cd6e8507ea46a4d71b7d7ad1dbd505;hpb=9e55c477df00c7f3aada4d412a59eb369b2273d6;p=plcapi.git 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