Skip to content

Commit 51f32cb

Browse files
authored
Merge pull request #171 from malash/fix-meta-ai
Fix meta.ai check
2 parents 14cf358 + 47bb339 commit 51f32cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4586,7 +4586,7 @@ function WebTest_MetaAI() {
45864586
fi
45874587

45884588
local isBlocked=$(echo "$tmpresult" | grep -i 'AbraGeoBlockedErrorRoot')
4589-
local isOK=$(echo "$tmpresult" | grep -i 'AbraHomeRootConversationQuery')
4589+
local isOK=$(echo "$tmpresult" | grep -i 'KadabraRootContainer')
45904590

45914591
if [ -z "$isBlocked" ] && [ -z "$isOK" ]; then
45924592
echo -n -e "\r Meta AI:\t\t\t\t${Font_Red}Failed (Error: PAGE ERROR)${Font_Suffix}\n"

0 commit comments

Comments
 (0)