From 63d9361046e18044807e92d92f0039106e91bed5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 16 Oct 2020 11:28:38 +0200 Subject: [PATCH] Update install --- scripts/install | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ebf1659..ce95962 100755 --- a/scripts/install +++ b/scripts/install @@ -171,7 +171,15 @@ ynh_systemd_action --service_name=nginx --action=reload # SEND A README FOR THE ADMIN #================================================= -message=" $app was successfully installed :) \n Please open https://$domain$path_url \n The admin username is: $admin_username \n And the admin password is: $password \n If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/Webtrees_ynh" +message=" $app was successfully installed :) \n + +Please open https://$domain$path_url \n + +The admin username is: $admin_username \n + +And the admin password is: $password \n + +If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/Webtrees_ynh" ynh_send_readme_to_admin "$message"