From 630689d317029e776788ba8474090c83e26e252c Mon Sep 17 00:00:00 2001 From: Taylor Bourne Date: Sun, 31 Oct 2021 22:14:31 -0700 Subject: [PATCH] run raw plex curl request --- root/cronjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/cronjob.sh b/root/cronjob.sh index 947ae39..a4cf715 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 -s -X POST "$plexUpdateURL" + "$plexUpdateURL" sleep 1 fi fi