]> arthur.barton.de Git - netdata.git/commitdiff
Removed bad merge stuff
authorTiago Peralta <tperalta82@gmail.com>
Wed, 5 Oct 2016 01:17:50 +0000 (02:17 +0100)
committerTiago Peralta <tperalta82@gmail.com>
Wed, 5 Oct 2016 01:17:50 +0000 (02:17 +0100)
plugins.d/alarm-notify.sh

index e6be8df779fe0dc2a55ce10c8952dd18d25e02cd..126c745bb9cf5c88fc2f59fcb95680fb7386783b 100755 (executable)
@@ -458,11 +458,7 @@ send_pushover() {
 # pushbullet sender
 
 send_pushbullet() {
-<<<<<<< HEAD
     local userapikey="${1}" recipients="${2}" message="${3}" title="${4}" httpcode sent=0 user
-=======
-    local userapikey="${1}" recipients="${2}" message="${3}" title="${4}" httpcode sent=0 user priority
->>>>>>> 863efae676a63da80a868908ad03eab89e7380ab
 
     if [ "${SEND_PUSHBULLET}" = "YES" -a ! -z "${userapikey}" -a ! -z "${recipients}" -a ! -z "${message}" -a ! -z "${title}" ]
         then