Skip to content

Commit

Permalink
Merge pull request #259 from henrydatei/patch-1
Browse files Browse the repository at this point in the history
Update tv_grab_url to fix #258
  • Loading branch information
aptalca authored Aug 8, 2024
2 parents bae8d10 + 3ff1f50 commit 7b56ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/usr/bin/tv_grab_url
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ then
exit 0
fi

curl -s "$URL"
curl -sL "$URL"

exit 0

0 comments on commit 7b56ef9

Please sign in to comment.