Update offsite-power-check.sh

This commit is contained in:
2023-11-05 14:51:07 -06:00
parent b1aed1264e
commit ed0005c265

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}""
curl "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)