Skip to content

Commit

Permalink
Merge pull request #119 from betaxab/p1
Browse files Browse the repository at this point in the history
Try to fix FuboTV check [2/2]
  • Loading branch information
lmc999 authored May 8, 2024
2 parents 08c1856 + 0e0c8f3 commit 15d57fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1314,11 +1314,11 @@ function MediaUnlockTest_FuboTV() {
echo -n -e "\r Fubo TV:\t\t\t\t${Font_Red}Failed (Network Connection)${Font_Suffix}\n"
return
fi
local result=$(echo $tmpresult | grep 'Forbidden IP')
local result=$(echo $tmpresult | grep 'No Subscription')
if [ -n "$result" ]; then
echo -n -e "\r Fubo TV:\t\t\t\t${Font_Red}No${Font_Suffix}\n"
else
echo -n -e "\r Fubo TV:\t\t\t\t${Font_Green}Yes${Font_Suffix}\n"
else
echo -n -e "\r Fubo TV:\t\t\t\t${Font_Red}No${Font_Suffix}\n"
fi
}

Expand Down

0 comments on commit 15d57fc

Please sign in to comment.