1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00
This commit is contained in:
Philipp Stappert 2024-03-20 11:52:23 +01:00 committed by GitHub
parent 5ab0ef4ec6
commit 2d44fc7cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,9 @@ ynh_setup_source --dest_dir=$install_dir
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
ls -al "$install_dir"
chmod -R 775 $install_dir/storage
#=================================================