X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fci%2Ftravis%2Fsetup_apache.sh;h=81aaf669f81a5aee230c3f59216ec6fd09788617;hb=58c9fd5820047b2ba80e46413fcba3578bc203a1;hp=e199c864caf6c0b339a11dd4ef97eaad7847cd82;hpb=001b3bea828f2af55b78fcc7853d1a40422ce110;p=plcapi.git diff --git a/tests/ci/travis/setup_apache.sh b/tests/ci/travis/setup_apache.sh index e199c86..81aaf66 100755 --- a/tests/ci/travis/setup_apache.sh +++ b/tests/ci/travis/setup_apache.sh @@ -1,7 +1,6 @@ #!/bin/sh -# make sure all files and folders are accisble by Apache - +# make sure all files and folders are accessible by Apache sudo find /home -type d -exec chmod 755 {} \; sudo find . -type f -name "*.php" -exec chmod 644 {} \;