Skip to content

Commit

Permalink
Merge pull request #182 from Drazzilb08/master
Browse files Browse the repository at this point in the history
Merge from master
  • Loading branch information
Drazzilb08 authored Jul 3, 2024
2 parents ed01539 + b74ce0b commit 77ec02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra-scripts/backup_plex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ send_notification() {
echo -e "\ncurl -s -H \"Content-Type: application/json\" -X POST -d \'$payload\' \"$webhook\""
curl -s -H "Content-Type: application/json" -X POST -d "$payload" "$webhook"
else
curl -s -H "Content-Type: application/json" -X POST -d "$payload" "$webhook" /dev/null
curl -s -H "Content-Type: application/json" -X POST -d "$payload" "$webhook" --output /dev/null
fi
fi
}
Expand Down Expand Up @@ -254,7 +254,7 @@ build_payload(){
common_fields='{
"notification":
{
"update": False,
"update": false,
"name": "Plex Backup",
"event": ""
},
Expand Down

0 comments on commit 77ec02b

Please sign in to comment.