Skip to content

Commit

Permalink
replacing amereghe with sixtadm as receiver on emails
Browse files Browse the repository at this point in the history
  • Loading branch information
amereghe committed Aug 31, 2020
1 parent 3eaa038 commit 162d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/bash/dot_profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 162d30b

Please sign in to comment.