mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update tests.sh
This commit is contained in:
parent
605e242261
commit
62cda68370
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue