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:
parent
89354b1aad
commit
c561d38270
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue