1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glpi_ynh.git synced 2024-09-03 20:36:21 +02:00

check system requirements on upgrade

This commit is contained in:
Salamandar 2024-07-09 16:55:50 +02:00
parent e780589d2f
commit 6ef0a578f2

View file

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