Update tests.sh

This commit is contained in:
ericgaspar 2021-07-29 23:11:20 +02:00
parent 605e242261
commit 62cda68370

View file

@ -236,7 +236,7 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () {
log_debug "The connection attempt fall on the YunoHost portal." log_debug "The connection attempt fall on the YunoHost portal."
fell_on_sso_portal=1 fell_on_sso_portal=1
# Falling on NGINX default page is an error. # 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 then
log_error "The connection attempt fall on NGINX default page." log_error "The connection attempt fall on NGINX default page."
curl_error=1 curl_error=1