1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Format the message properly

This commit is contained in:
anmol 2020-10-15 09:35:40 +05:30
parent 03198ac979
commit e0cf3f1a70

View file

@ -195,7 +195,7 @@ ynh_systemd_action --service_name=nginx --action=reload
# WARNING : theses command are used in INSTALL
# For any update do it in all files
echo "Hi,
mail_to_send= "Hi,
-----------------------------------------------------------
|
| Welcome to Monica
@ -210,9 +210,9 @@ echo "Hi,
Setup is done. Have fun.
" > mail_to_send
"
ynh_send_readme_to_admin --app_message="mail_to_send" --recipients="$email"
ynh_send_readme_to_admin --app_message="$mail_to_send" --recipients="$email"
#=================================================
# END OF SCRIPT