From 34cc3eabd8333acbbce413e7c469446c29c635f7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 1 Jan 2024 23:20:46 -0600 Subject: [PATCH] Update default.inc --- default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.inc b/default.inc index 82518a7..712ed7b 100755 --- a/default.inc +++ b/default.inc @@ -236,7 +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}" + 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}" }