Skip to content

Commit 9b8bfa7

Browse files
authored
add missing curl parameter: --output
1 parent c86f81f commit 9b8bfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra-scripts/backup_plex.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ send_notification() {
194194
echo -e "\ncurl -s -H \"Content-Type: application/json\" -X POST -d \'$payload\' \"$webhook\""
195195
curl -s -H "Content-Type: application/json" -X POST -d "$payload" "$webhook"
196196
else
197-
curl -s -H "Content-Type: application/json" -X POST -d "$payload" "$webhook" /dev/null
197+
curl -s -H "Content-Type: application/json" -X POST -d "$payload" "$webhook" --output /dev/null
198198
fi
199199
fi
200200
}

0 commit comments

Comments
 (0)