Update default.inc

This commit is contained in:
2023-12-30 13:07:42 -06:00
parent 5b1455cdf4
commit 9f6400f74e

View File

@@ -235,7 +235,7 @@ 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 &
}