mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-28 17:24:35 -06:00
Fix owner of all dirs.
This commit is contained in:
parent
c3f721aa9f
commit
1ff855ce66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user