]> granicus.if.org Git - icinga2/commitdiff
Fix syntax error in mail-notification.sh.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 9 Dec 2013 12:03:08 +0000 (13:03 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 9 Dec 2013 12:03:08 +0000 (13:03 +0100)
Fixes #5285

etc/icinga2/scripts/mail-notification.sh

index 803892dc0b8592e1025e8027088709b0f611c225..e84e7d14c8f8d420bbd31b53c5301668da7736da 100755 (executable)
@@ -14,7 +14,8 @@ Date/Time: $LONGDATETIME
 Additional Info: $SERVICEOUTPUT
 
 Comment: [$NOTIFICATIONAUTHORNAME] $NOTIFICATIONCOMMENT
-TEMPLATE)
+TEMPLATE
+)
 
 /usr/bin/printf "%b" $template | mail -s "$NOTIFICATIONTYPE - $HOSTDISPLAYNAME - $SERVICEDISPLAYNAME is $SERVICESTATE" $USEREMAIL