We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86f81f commit 9b8bfa7Copy full SHA for 9b8bfa7
extra-scripts/backup_plex.sh
@@ -194,7 +194,7 @@ send_notification() {
194
echo -e "\ncurl -s -H \"Content-Type: application/json\" -X POST -d \'$payload\' \"$webhook\""
195
curl -s -H "Content-Type: application/json" -X POST -d "$payload" "$webhook"
196
else
197
- 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
198
fi
199
200
}
0 commit comments