From 162d30b230ca29a6c319ca5156360344332acb9b Mon Sep 17 00:00:00 2001 From: amereghe Date: Mon, 31 Aug 2020 17:46:36 +0200 Subject: [PATCH] replacing amereghe with sixtadm as receiver on emails --- utilities/bash/dot_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/bash/dot_profile b/utilities/bash/dot_profile index 126ebfc..3afc729 100755 --- a/utilities/bash/dot_profile +++ b/utilities/bash/dot_profile @@ -1523,7 +1523,7 @@ function sixdeskSanitizeString(){ function sixdeskSendNotifMail(){ local __emailSubj=$1 - local __receiverNames="amereghe" + local __receiverNames="sixtadm" # do bother user only in case of a real error if [ -n "${__emailSubj}" ] ; then if [ `echo ${__emailSubj} | grep -e "Error" -e "ERROR" -e "error" -e "Fatal" -e "FATAL" -e "fatal" | wc -l` -gt 0 ] ; then