diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-02-20 14:40:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-20 14:40:41 +0100 |
commit | 2f53af1d9fd7f6c364a3fc91e0548020b30701f3 (patch) | |
tree | e826687b39593ffd8b55bb944022fc46bd94c84f | |
parent | aa7b6fba408607502c77be93fcb3ca1b2caee508 (diff) | |
download | jenkins.debian.net-2f53af1d9fd7f6c364a3fc91e0548020b30701f3.tar.xz |
hide some magic
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/email2irc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 922cc202..cf7f51e8 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -127,6 +127,7 @@ if [ "$VALID_MAIL" = "true" ] ; then MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/changes$##') " + MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect$##') " # log message echo "Notified #$CHANNEL with $MESSAGE" >> $LOGFILE # notify kgb |