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:
parent
03198ac979
commit
e0cf3f1a70
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue