Update offsite-power-check.sh

This commit is contained in:
2023-11-05 14:51:35 -06:00
parent ed0005c265
commit 9c00ce386a

View File

@@ -28,7 +28,7 @@ $(date)"
PRIORITY=0
fi
echo "Sending message"
curl "https://api.pushover.net/1/messages.json?token=${PUSHOVER_APP_TOKEN}&user=${PUSHOVER_USER_TOKEN}&message=${MESSAGE}&title=${TITLE}&priority=${PRIORITY}&sound=${MSGSOUND}"
echo "https://api.pushover.net/1/messages.json?token=${PUSHOVER_APP_TOKEN}&user=${PUSHOVER_USER_TOKEN}&message=${MESSAGE}&title=${TITLE}&priority=${PRIORITY}&sound=${MSGSOUND}"
}
upsinfo=$(upsc CP1500PFCLCD)