Fix owner of all dirs.

This commit is contained in:
James Cole 2019-11-27 06:14:33 +01:00
parent c3f721aa9f
commit 1ff855ce66
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -101,5 +101,9 @@ php artisan cache:clear
php artisan firefly:instructions install
# make sure we own everything
echo "Run chown on ${FIREFLY_PATH}"
chown -R www-data:www-data -R $FIREFLY_PATH
echo "Go!"
exec apache2-foreground