From 4ecc6d27b649ad625f1715e723a6bdfafda52324 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 16 Oct 2020 14:11:19 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1c686cb..f042f41 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -59,9 +59,8 @@ ynh_send_readme_to_admin() { local mail_subject="☁️🆈🅽🅷☁️: \`$app\` has important message for you" - local mail_message="This is an automated message from your beloved YunoHost server. - Specific information for $app. - $app_message" + local mail_message="This is an automated message from your beloved YunoHost server. Specific information for $app. +$app_message" # Define binary to use for mail command if [ -e /usr/bin/bsd-mailx ]