mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
Fix
This commit is contained in:
parent
d61dd9baeb
commit
34b6f1a9ce
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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!"
|
||||
|
|
Loading…
Reference in a new issue