We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14cf358 + 47bb339 commit 51f32cbCopy full SHA for 51f32cb
1 file changed
check.sh
@@ -4586,7 +4586,7 @@ function WebTest_MetaAI() {
4586
fi
4587
4588
local isBlocked=$(echo "$tmpresult" | grep -i 'AbraGeoBlockedErrorRoot')
4589
- local isOK=$(echo "$tmpresult" | grep -i 'AbraHomeRootConversationQuery')
+ local isOK=$(echo "$tmpresult" | grep -i 'KadabraRootContainer')
4590
4591
if [ -z "$isBlocked" ] && [ -z "$isOK" ]; then
4592
echo -n -e "\r Meta AI:\t\t\t\t${Font_Red}Failed (Error: PAGE ERROR)${Font_Suffix}\n"
0 commit comments