mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Fix permissions on files
This commit is contained in:
parent
3199e61eae
commit
3aee2ad116
3 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@ name = "Firefly III"
|
||||||
description.en = "Self-hosted financial manager"
|
description.en = "Self-hosted financial manager"
|
||||||
description.fr = "Gestionnaire de finances personnelles"
|
description.fr = "Gestionnaire de finances personnelles"
|
||||||
|
|
||||||
version = "6.1.18~ynh1"
|
version = "6.1.18~ynh2"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,8 @@ pushd "$install_dir"
|
||||||
php$phpversion artisan passport:keys || true
|
php$phpversion artisan passport:keys || true
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -60,6 +60,8 @@ pushd "$install_dir"
|
||||||
php$phpversion artisan view:clear
|
php$phpversion artisan view:clear
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue