diff --git a/offsite-power-check.sh b/offsite-power-check.sh index 66b03e41..4b34cd5c 100755 --- a/offsite-power-check.sh +++ b/offsite-power-check.sh @@ -42,7 +42,7 @@ $(date)" else PRIORITY=0 fi - curl -d "token=${PUSHOVER_APP_TOKEN}&user=${PUSHOVER_USER_TOKEN}&message=${MESSAGE}&title=${TITLE}&priority=${PRIORITY}&sound=${MSGSOUND}" https://api.pushover.net/1/messages.json + curl -d "token=${PUSHOVER_APP_TOKEN}&user=${PUSHOVER_USER_TOKEN}&message=${MESSAGE}&title=${TITLE}&priority=${PRIORITY}&sound=${MSGSOUND}" https://api.pushover.net/1/messages.json >/dev/null 2>&1 } PWO_START(){