Skip to content

Commit 8f7bf10

Browse files
authored
Merge pull request #68 from amereghe/master
replacing amereghe with sixtadm as receiver on emails
2 parents 3eaa038 + 162d30b commit 8f7bf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/bash/dot_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ function sixdeskSanitizeString(){
15231523

15241524
function sixdeskSendNotifMail(){
15251525
local __emailSubj=$1
1526-
local __receiverNames="amereghe"
1526+
local __receiverNames="sixtadm"
15271527
# do bother user only in case of a real error
15281528
if [ -n "${__emailSubj}" ] ; then
15291529
if [ `echo ${__emailSubj} | grep -e "Error" -e "ERROR" -e "error" -e "Fatal" -e "FATAL" -e "fatal" | wc -l` -gt 0 ] ; then

0 commit comments

Comments
 (0)