mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +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
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user