1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00

fix closing quotation error

This commit is contained in:
antoine 2019-12-07 18:49:00 +01:00
parent 9e03083c62
commit 6891d70074

View file

@ -232,14 +232,7 @@ systemctl reload nginx
# SEND A README FOR THE ADMIN # SEND A README FOR THE ADMIN
#================================================= #=================================================
message=" $app was successfully installed :) 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"
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"
ynh_send_readme_to_admin "$message" ynh_send_readme_to_admin "$message"