From 5607cd595f38894efedbd4a24ba4ff53d1e58106 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 23 Feb 2024 03:02:15 +0100 Subject: [PATCH] recreate the 'compiled' folder --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 5396ec8..b8c748d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -41,6 +41,7 @@ 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" +mkdir "$install_dir/view/smarty3/compiled" chmod -R 775 "$install_dir/view/smarty3" #=================================================