From 610247e934ebe0d717d2bc0fb9736b2870b47853 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 5 Nov 2023 14:49:30 -0600 Subject: [PATCH] Update offsite-power-check.sh --- offsite-power-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offsite-power-check.sh b/offsite-power-check.sh index 715f1ad8..89aa54be 100755 --- a/offsite-power-check.sh +++ b/offsite-power-check.sh @@ -28,7 +28,7 @@ $(date)" PRIORITY=0 fi echo "Sending message" - curl --data="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 & + curl --data="token=${PUSHOVER_APP_TOKEN}&user=${PUSHOVER_USER_TOKEN}&message=${MESSAGE}&title=${TITLE}&priority=${PRIORITY}&sound=${MSGSOUND}" https://api.pushover.net/1/messages.json } upsinfo=$(upsc CP1500PFCLCD)