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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-09-26 11:03:29 +02:00
parent 090e8f3ade
commit e98debe845

View file

@ -51,7 +51,7 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
ynh_script_progression --message="Updating the database..." --weight=1
pushd $install_dir
php$phpversion bin/console db:update --no-interaction --no-telemetry
php$phpversion bin/console db:update --no-interaction --no-telemetry --force
popd
#=================================================