From b7df2ad1cf91e55e012b379d4bce07e453436c54 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 17 May 2022 12:53:46 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 2ca6289..3b1df0b 100644 --- a/scripts/install +++ b/scripts/install @@ -144,9 +144,9 @@ pushd "$final_path" #ynh_exec_as $app php$phpversion bin/install start -q popd -ynh_script_progression --message="Configuring LDAP and emails..." --weight=2 -ynh_add_config --template="../conf/sql.template" --destination="../conf/sql" -ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name < ../conf/sql +#ynh_script_progression --message="Configuring LDAP and emails..." --weight=2 +#ynh_add_config --template="../conf/sql.template" --destination="../conf/sql" +#ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name < ../conf/sql #================================================= # GENERIC FINALIZATION