From: gggeek Date: Sat, 18 May 2019 11:02:18 +0000 (+0000) Subject: travis X-Git-Tag: 4.3.2~3 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=8f4643705b326e7ec93cd51650f4a0176baefc8b travis --- diff --git a/tests/ci/travis/setup_apache.sh b/tests/ci/travis/setup_apache.sh index 90a207e..0ce2f18 100755 --- a/tests/ci/travis/setup_apache.sh +++ b/tests/ci/travis/setup_apache.sh @@ -1,7 +1,7 @@ #!/bin/sh # make sure all files and folders are accessible by Apache -sudo find $(dirname $(pwd)) -type d -exec chmod 755 {} \; +sudo find / -type d -exec chmod 755 {} \; sudo find . -type f -name "*.php" -exec chmod 644 {} \; # set up Apache for php-fpm