Update offsite-power-check.sh

This commit is contained in:
2023-11-05 17:16:06 -06:00
parent 46f8ab15d7
commit f23b60aba3

View File

@@ -28,6 +28,7 @@ $(date)"
else
PRIORITY=0
fi
echo "SENDING MESSAGE!!!!!!"
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
}