From 588beeff7072bec47f6350987b9c4e6afb3fdcb1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 Nov 2020 12:26:08 +0100 Subject: [PATCH] Fix --- conf/noalyss.conf | 6 +++--- scripts/install | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/noalyss.conf b/conf/noalyss.conf index a0c3e2c..75f4a19 100644 --- a/conf/noalyss.conf +++ b/conf/noalyss.conf @@ -12,13 +12,13 @@ define ("noalyss_psql_host","localhost"); // If you change the NOALYSS_ADMINISTRATOR , you will need to rerun http://..../noalyss/html/install.php // But it doesn't change the password -define ("NOALYSS_ADMINISTRATOR","__ADMIN__"); +define ("NOALYSS_ADMINISTRATOR","admin"); // used only for install define ("NOALYSS_ADMIN_PASSWORD",""); define ("LOCALE",1); -define ("domaine","__DOMAIN__"); +define ("domaine",""); define ("MULTI",1); -define ("dbname","__DB_NAME__"); +define ("dbname",""); // Uncomment to DEBUG // define ("DEBUG",TRUE); // Uncomment to log your input diff --git a/scripts/install b/scripts/install index cd1c33c..8348153 100755 --- a/scripts/install +++ b/scripts/install @@ -144,8 +144,8 @@ cp ../conf/noalyss.conf $final_path/include/config.inc.php ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/include/config.inc.php" ynh_replace_string --match_string="__DB_PASS__" --replace_string="$db_pwd" --target_file="$final_path/include/config.inc.php" -ynh_replace_string --match_string="__ADMIN__" --replace_string="$admin" --target_file="$final_path/include/config.inc.php" -ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/include/config.inc.php" +#ynh_replace_string --match_string="__ADMIN__" --replace_string="$admin" --target_file="$final_path/include/config.inc.php" +#ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/include/config.inc.php" #================================================= # STORE THE CONFIG FILE CHECKSUM