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

trying to fix smarty errors

This commit is contained in:
OniriCorpe 2024-02-23 02:57:33 +01:00
parent 687f504132
commit e4dda5e46e
2 changed files with 6 additions and 1 deletions

View file

@ -7,7 +7,7 @@ name = "Friendica"
description.en = "Decentralized Social Network" description.en = "Decentralized Social Network"
description.fr = "Réseau social décentralisé" description.fr = "Réseau social décentralisé"
version = "2023.12~ynh3" version = "2023.12~ynh4"
maintainers = [ "" ] maintainers = [ "" ]

View file

@ -38,6 +38,11 @@ fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir" chown -R "$app:www-data" "$install_dir"
# clear the smarty cache
# cf: https://github.com/friendica/friendica/issues/11212#issuecomment-1046051750
ynh_secure_remove --file="$install_dir/view/smarty3/compiled"
chmod -R 775 "$install_dir/view/smarty3"
#================================================= #=================================================
# REAPPLY SYSTEM CONFIGURATIONS # REAPPLY SYSTEM CONFIGURATIONS
#================================================= #=================================================