From a473603b6620cdce039049210f537fe3ce79f8d0 Mon Sep 17 00:00:00 2001 From: Taylor Bourne Date: Wed, 3 Nov 2021 16:29:57 -0700 Subject: [PATCH] fix: revert plex update changes for now (needs more testing) --- root/cronjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/cronjob.sh b/root/cronjob.sh index cace7b1..947ae39 100755 --- a/root/cronjob.sh +++ b/root/cronjob.sh @@ -107,7 +107,7 @@ if [ "$use_plexAPI" = "yes" ]; then if [ -z "$plexUpdateURL" ]; then echo "no Plex credentials provided" else - curl --location --request POST "$plexUpdateURL" + curl -s -X POST "$plexUpdateURL" sleep 1 fi fi