diff --git a/scripts/upgrade b/scripts/upgrade index 0e874b7..eecad8d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,7 +77,6 @@ ynh_install_php7 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" init_composer $final_path -cd $final_path && sudo /usr/bin/php7.2 bin/console cache:clear --env=prod cd $final_path && sudo /usr/bin/php7.2 bin/console cache:warmup --env=prod cd $final_path && sudo /usr/bin/php7.2 bin/console doctrine:migrations:migrate #=================================================