diff --git a/offsite-power-check.sh b/offsite-power-check.sh index 2d404e30..7b552f90 100755 --- a/offsite-power-check.sh +++ b/offsite-power-check.sh @@ -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)