parse raw chrome curl req

This commit is contained in:
Taylor Bourne
2021-10-31 22:47:57 -07:00
parent 4982b6768a
commit 9f9847df51

View File

@@ -107,7 +107,7 @@ if [ "$use_plexAPI" = "yes" ]; then
if [ -z "$plexUpdateURL" ]; then
echo "no Plex credentials provided"
else
"$plexUpdateURL"
$(echo "$plexUpdateURL" | tr -d '\n' | tr -d ' ')
sleep 1
fi
fi