From d485cedec0664af4bf61076100717875a8ed4754 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 25 Feb 2017 18:03:33 +0100 Subject: correctly replace notification url Signed-off-by: Holger Levsen --- bin/email2irc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/email2irc.sh') diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 2a9bfe7f..ec7b1190 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -128,7 +128,7 @@ if [ "$VALID_MAIL" = "true" ] ; then MESSAGE="$(echo $MESSAGE | sed -s 's#\?page=changes$##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/changes$##') " - MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect$##') " + MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect\>$##') " # log message echo "Notified #$CHANNEL with $MESSAGE" >> $LOGFILE # notify kgb -- cgit v1.2.3-54-g00ecf