From 067b6e122ec1d54c0afa9efe1405e104d71b30a2 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sat, 10 Aug 2024 12:45:05 +0300 Subject: [PATCH] Multiline result --- files/new_mail_alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/new_mail_alias b/files/new_mail_alias index 7ccf2d4..55c7cac 100644 --- a/files/new_mail_alias +++ b/files/new_mail_alias @@ -109,7 +109,7 @@ do fi done echo "INSERT INTO mail.forwardings (source, destination, porpouse) VALUES ('${alias}','${destination}','${porpouse}');"| mysql mail -message "Inserted forwarding from:\n${alias}\nto:\n${destination}\nfor the porpouse of '${porpouse}'." p +message "Inserted forwarding from:\n${alias}\nTo:\n${destination}\nFor the porpouse of '${porpouse}'." p result=$(dbmail-users -q -y -c "${destination}" -s "${alias}") message "Added alias in dbmail. Result: ${result}"