1
0
Fork 0
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:
Salamandar 2024-07-10 18:57:18 +02:00
parent 3199e61eae
commit 3aee2ad116
3 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@ name = "Firefly III"
description.en = "Self-hosted financial manager"
description.fr = "Gestionnaire de finances personnelles"
version = "6.1.18~ynh1"
version = "6.1.18~ynh2"
maintainers = []

View file

@ -56,6 +56,8 @@ pushd "$install_dir"
php$phpversion artisan passport:keys || true
popd
chown -R $app:www-data "$install_dir"
#=================================================
# END OF SCRIPT
#=================================================

View file

@ -60,6 +60,8 @@ pushd "$install_dir"
php$phpversion artisan view:clear
popd
chown -R $app:www-data "$install_dir"
#=================================================
# END OF SCRIPT
#=================================================