From 6ef0a578f267f32d696fdd6cda6e23c4d41c8337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 9 Jul 2024 16:55:50 +0200 Subject: [PATCH] check system requirements on upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 1c87f75..f0ecc49 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,6 +47,7 @@ ynh_add_config --template="cron" --destination="/etc/cron.d/$app" ynh_script_progression --message="Updating the database..." --weight=1 pushd $install_dir + php$phpversion bin/console system:check_requirements php$phpversion bin/console db:update --no-interaction --no-telemetry --force popd