Permission updates

This commit is contained in:
Andrei Condurachi 2020-11-22 00:51:03 +02:00
parent 429da45420
commit a84338f65f
1 changed files with 3 additions and 0 deletions

3
run.sh
View File

@ -17,3 +17,6 @@ service crond start
service httpd start service httpd start
# Start PHP-FPM # Start PHP-FPM
service php-fpm7 start service php-fpm7 start
# Make sure apache can read&right to logs and docroot
chown -R apache:apache /var/log/apache2 /var/www