Skip to content

Commit

Permalink
Update check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lmc999 authored Nov 28, 2023
1 parent 2d98ab4 commit 02a36d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3170,10 +3170,10 @@ function OpenAITest(){
echo -n -e "\r ChatGPT:\t\t\t\t${Font_Red}No${Font_Suffix}\n"
return
elif [ -z "$result1" ] && [ -n "$result2" ]; then
echo -n -e "\r ChatGPT:\t\t\t\t${Font_Yellow}Only Available on Web Browser${Font_Suffix}\n"
echo -n -e "\r ChatGPT:\t\t\t\t${Font_Yellow}Only Available with Web Browser${Font_Suffix}\n"
return
elif [ -n "$result1" ] && [ -z "$result2" ]; then
echo -n -e "\r ChatGPT:\t\t\t\t${Font_Yellow}Only Available on Mobile Device${Font_Suffix}\n"
echo -n -e "\r ChatGPT:\t\t\t\t${Font_Yellow}Only Available with Mobile APP${Font_Suffix}\n"
return
else
echo -n -e "\r ChatGPT:\t\t\t\t${Font_Red}Failed${Font_Suffix}\n"
Expand Down

0 comments on commit 02a36d4

Please sign in to comment.