From 34b6f1a9cee2d73ccd8dbd247f0f81c7cd446909 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 2 Mar 2021 09:39:02 +0100 Subject: [PATCH] Fix --- conf/noalyss.conf | 4 ++-- scripts/install | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/noalyss.conf b/conf/noalyss.conf index dca73b7..49e7bb7 100644 --- a/conf/noalyss.conf +++ b/conf/noalyss.conf @@ -16,9 +16,9 @@ define ("NOALYSS_ADMINISTRATOR","__ADMIN__"); // used only for install define ("NOALYSS_ADMIN_PASSWORD","__PASSWORD__"); define ("LOCALE",1); -define ("domaine",""); +define ("domaine","__DOMAIN__"); define ("MULTI",1); -define ("dbname",""); +define ("dbname","__DB_NAME__"); // Uncomment to DEBUG // define ("DEBUG",TRUE); // Uncomment to log your input diff --git a/scripts/install b/scripts/install index 13a7079..b3a5b65 100755 --- a/scripts/install +++ b/scripts/install @@ -193,5 +193,5 @@ ynh_systemd_action --service_name=nginx --action=reload ynh_script_progression --message="Installation of $app completed" --last -ynh_print_info "Default Noalyss admin / pass are phpcompta. Enjoy !" -ynh_print_info "Go to https://$domain$path_url/install.php to continue !" +ynh_print_info "Default Noalys: admin / password: phpcompta. Enjoy!" +ynh_print_info "Go to https://$domain$path_url/install.php to continue!"