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:
parent
e780589d2f
commit
6ef0a578f2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue