Add prowl to list of methods checked for enablement of notifications (#6022)

This commit is contained in:
Chris Akritidis 2019-05-15 17:21:14 +02:00 committed by GitHub
parent 469150e878
commit 84bac1f58e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -654,6 +654,7 @@ for method in "${SEND_EMAIL}" \
"${SEND_KAFKA}" \
"${SEND_PD}" \
"${SEND_FLEEP}" \
"${SEND_PROWL}" \
"${SEND_CUSTOM}" \
"${SEND_IRC}" \
"${SEND_AWSSNS}" \