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:
parent
e4dda5e46e
commit
5607cd595f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue