From cf77bcdb3cf9c6089338da7f5a1cf61566920b95 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 17 May 2022 14:17:21 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 40a06fb..44d942c 100644 --- a/scripts/install +++ b/scripts/install @@ -145,8 +145,8 @@ pushd "$final_path" 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_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