Skip to content

Commit

Permalink
Merge pull request #68 from amereghe/master
Browse files Browse the repository at this point in the history
replacing amereghe with sixtadm as receiver on emails
  • Loading branch information
amereghe authored Aug 31, 2020
2 parents 3eaa038 + 162d30b commit 8f7bf10
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 8f7bf10

Please sign in to comment.