From 180f6221fe3e59de443f59c0ebb323573fcae222 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Dec 2023 13:08:23 -0600 Subject: [PATCH] Update default.inc --- default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.inc b/default.inc index 9109da5..3542de9 100755 --- a/default.inc +++ b/default.inc @@ -235,7 +235,8 @@ PUSH_TO_MOBILE(){ else 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 & + # 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 & + 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}" }