1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

message_install

This commit is contained in:
yalh76 2021-01-13 21:03:31 +01:00
parent 2b41d29837
commit fa470fafde
2 changed files with 1 additions and 1 deletions

View file

@ -272,7 +272,7 @@ ynh_replace_string --match_string="__PATH_URL__" --replace_string="$path_url"
ynh_replace_string --match_string="__ADMIN_PASS__" --replace_string="$admin_pass" --target_file="../conf/message"
ynh_replace_string --match_string="__RTMP_PORT__" --replace_string="$rtmp_port" --target_file="../conf/message"
ynh_send_readme_to_admin --app_message="../conf/message" --recipients=$admin_email --type='install'
ynh_send_readme_to_admin --app_message="../conf/message_install" --recipients=$admin_email --type='install'
#=================================================
# END OF SCRIPT