mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
Update install
This commit is contained in:
parent
214804c84c
commit
63d9361046
1 changed files with 9 additions and 1 deletions
|
@ -171,7 +171,15 @@ ynh_systemd_action --service_name=nginx --action=reload
|
||||||
# SEND A README FOR THE ADMIN
|
# 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"
|
ynh_send_readme_to_admin "$message"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue