From e9007f426802a5f0d998b928cc9b2a07daf7b3b5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Dec 2023 13:09:26 -0600 Subject: [PATCH] Update default.inc --- default.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/default.inc b/default.inc index 3542de9..712ed7b 100755 --- a/default.inc +++ b/default.inc @@ -236,6 +236,7 @@ PUSH_TO_MOBILE(){ PRIORITY=0 fi # wget https://api.pushover.net/1/messages.json --post-data="token=${PUSHOVER_APP_TOKEN}&user=${PUSHOVER_USER_TOKEN}&message=${MESSAGE}&title=${TITLE}&priority=${PRIORITY}&sound=${MSGSOUND}" -qO- > /dev/null 2>&1 & + echo "token=${PUSHOVER_APP_TOKEN}&user=${PUSHOVER_USER_TOKEN}&message=${MESSAGE}&title=${TITLE}&priority=${PRIORITY}&sound=${MSGSOUND}" wget https://api.pushover.net/1/messages.json --post-data="token=${PUSHOVER_APP_TOKEN}&user=${PUSHOVER_USER_TOKEN}&message=${MESSAGE}&title=${TITLE}&priority=${PRIORITY}&sound=${MSGSOUND}" }