From 6891d7007434a7bb4a399370ee6a8b1b2268b226 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 7 Dec 2019 18:49:00 +0100 Subject: [PATCH] fix closing quotation error --- scripts/install | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/install b/scripts/install index 2eb3d59..7e5bfa3 100755 --- a/scripts/install +++ b/scripts/install @@ -232,14 +232,7 @@ systemctl reload nginx # SEND A README FOR THE ADMIN #================================================= -message=" $app was successfully installed :) - -Please open https://$domain$path_url - -The admin username is: $admin_username -And the admin password is: $password - -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"