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

[fix] perform cache clear in final_path

This commit is contained in:
tituspijean 2020-04-21 10:05:33 +02:00
parent 89354b1aad
commit c561d38270

View file

@ -268,8 +268,10 @@ if [ $bazaar_extension -eq 1 ]; then
install_and_activate_extension $app $php_version $final_path $db_name "flagrow/bazaar" "flagrow-bazaar"
fi
# Clear Flarum's cache
exec_as $app php$php_version flarum cache:clear
# Clear cache
pushd $final_path
exec_as $app php$php_version flarum cache:clear
popd
#=================================================
# SETUP LOGROTATE