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

recreate the 'compiled' folder

This commit is contained in:
OniriCorpe 2024-02-23 03:02:15 +01:00
parent e4dda5e46e
commit 5607cd595f

View file

@ -41,6 +41,7 @@ chown -R "$app:www-data" "$install_dir"
# clear the smarty cache # clear the smarty cache
# cf: https://github.com/friendica/friendica/issues/11212#issuecomment-1046051750 # cf: https://github.com/friendica/friendica/issues/11212#issuecomment-1046051750
ynh_secure_remove --file="$install_dir/view/smarty3/compiled" ynh_secure_remove --file="$install_dir/view/smarty3/compiled"
mkdir "$install_dir/view/smarty3/compiled"
chmod -R 775 "$install_dir/view/smarty3" chmod -R 775 "$install_dir/view/smarty3"
#================================================= #=================================================