diff --git a/run.sh b/run.sh index 9900fb5..bf9feaf 100644 --- a/run.sh +++ b/run.sh @@ -17,3 +17,6 @@ service crond start service httpd start # Start PHP-FPM service php-fpm7 start + +# Make sure apache can read&right to logs and docroot +chown -R apache:apache /var/log/apache2 /var/www