diff --git a/scripts/upgrade b/scripts/upgrade index 35b4ce7..323d1cd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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