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

Update install

This commit is contained in:
Éric Gaspar 2023-09-26 11:14:32 +02:00
parent 8a2a90649c
commit baa4702a84

View file

@ -38,7 +38,7 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
#=================================================
# INSTALL THE DATABASE
#=================================================
ynh_script_progression --message="Installing the database..." --weight=1
ynh_script_progression --message="Installing $app..." --weight=1
pushd $install_dir
php$phpversion bin/console glpi:database:install --db-host="localhost" --db-name="$db_name" --db-password="$db_pwd" --db-user="$db_user" --reconfigure --no-interaction