1
0
Fork 0
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:
tituspijean 2018-02-17 21:09:24 +00:00
parent 504f8d04d7
commit 95338a3bc2

View file

@ -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