From 4ef224c8238ac2552c49909366d3713923892f3a Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 18 May 2019 11:05:35 +0000 Subject: [PATCH] travis --- tests/ci/travis/setup_apache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/travis/setup_apache.sh b/tests/ci/travis/setup_apache.sh index 0ce2f18..81aaf66 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 / -type d -exec chmod 755 {} \; +sudo find /home -type d -exec chmod 755 {} \; sudo find . -type f -name "*.php" -exec chmod 644 {} \; # set up Apache for php-fpm -- 2.43.0