We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eaa038 + 162d30b commit 8f7bf10Copy full SHA for 8f7bf10
utilities/bash/dot_profile
@@ -1523,7 +1523,7 @@ function sixdeskSanitizeString(){
1523
1524
function sixdeskSendNotifMail(){
1525
local __emailSubj=$1
1526
- local __receiverNames="amereghe"
+ local __receiverNames="sixtadm"
1527
# do bother user only in case of a real error
1528
if [ -n "${__emailSubj}" ] ; then
1529
if [ `echo ${__emailSubj} | grep -e "Error" -e "ERROR" -e "error" -e "Fatal" -e "FATAL" -e "fatal" | wc -l` -gt 0 ] ; then
0 commit comments