plex update revert

This commit is contained in:
Taylor Bourne
2021-11-03 17:08:13 -07:00
parent 7f8e113516
commit 0a4938c8a7

View File

@@ -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