mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Clear cache upon upgrade
This commit is contained in:
parent
504f8d04d7
commit
95338a3bc2
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ fi
|
|||
|
||||
# Install Flarum
|
||||
exec_composer $app $final_path "update --ansi"
|
||||
pushd $final_path
|
||||
exec_as $app php flarum cache:clear
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue