mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
fix
This commit is contained in:
parent
1b4ab6102a
commit
9313d8a956
2 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ return array(
|
||||||
'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2
|
'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)
|
// '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
|
// '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 */
|
/* End of file config.php */
|
||||||
|
|
|
@ -131,9 +131,9 @@ ynh_exec_as "$app" php $ls_cli install "$admin" "$(ynh_string_random 24)" "$full
|
||||||
# LOAD SQL SPECIFIC CONFIG
|
# 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 ]
|
#if [ $is_public -eq 1 ]
|
||||||
#then
|
#then
|
||||||
|
|
Loading…
Add table
Reference in a new issue