1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Update upgrade

This commit is contained in:
Memo 2022-04-08 06:46:49 +02:00 committed by GitHub
parent a5ec1d1593
commit 3673903962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,15 +194,6 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
chown root: "/etc/cron.d/$app"
chmod 644 "/etc/cron.d/$app"
#=================================================
# TEST: SETUP PERMISSIONS (2nd time)
#=================================================
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chmod -R 775 $final_path/storage
#=================================================
# RELOAD NGINX
#=================================================