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