mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix owner of all dirs.
This commit is contained in:
@@ -101,5 +101,9 @@ php artisan cache:clear
|
|||||||
|
|
||||||
php artisan firefly:instructions install
|
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!"
|
echo "Go!"
|
||||||
exec apache2-foreground
|
exec apache2-foreground
|
||||||
|
Reference in New Issue
Block a user