From 62cda68370c9acffd1538a82dd9b3253feda3788 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 29 Jul 2021 23:11:20 +0200 Subject: [PATCH] Update tests.sh --- lib/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests.sh b/lib/tests.sh index b233aaa..1dfa671 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -236,7 +236,7 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () { log_debug "The connection attempt fall on the YunoHost portal." fell_on_sso_portal=1 # Falling on NGINX default page is an error. - elif echo "$page_title" | grep -q "Welcome to NGINX" + elif echo "$page_title" | grep -q "Welcome to nginx" then log_error "The connection attempt fall on NGINX default page." curl_error=1