From 9313d8a95689ed4a470cb7dcf3c21d54a99692c8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 12 Jul 2021 13:45:11 +0200 Subject: [PATCH] fix --- conf/config.php | 2 +- scripts/install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.php b/conf/config.php index 8920e11..6fb9471 100644 --- a/conf/config.php +++ b/conf/config.php @@ -61,7 +61,7 @@ return array( 'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2 // 'force_xmlsettings_for_survey_rendering' => true, // Uncomment if you want to force the use of the XML file rather than DB (for easy theme development) // 'use_asset_manager'=>true, // Uncomment if you want to use debug mode and asset manager at the same time - 'enableLdap'=>true + 'enableLdap'=>false ) ); /* End of file config.php */ diff --git a/scripts/install b/scripts/install index 230d113..d9f3745 100755 --- a/scripts/install +++ b/scripts/install @@ -131,9 +131,9 @@ ynh_exec_as "$app" php $ls_cli install "$admin" "$(ynh_string_random 24)" "$full # LOAD SQL SPECIFIC CONFIG #================================================= -ynh_add_config --template="../conf/data.sql" --destination="$final_path/data.sql" +#ynh_add_config --template="../conf/data.sql" --destination="$final_path/data.sql" -ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < $final_path/data.sql +#ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < $final_path/data.sql #if [ $is_public -eq 1 ] #then