Update offsite-power-check.sh

This commit is contained in:
2023-11-05 21:09:04 -06:00
parent 3e212c3077
commit 4a129cbfc5

View File

@@ -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(){