Merge pull request #110 from YunoHost/revert-on-false-typo

revert on false typo
This commit is contained in:
yalh76 2021-07-30 20:51:04 +02:00 committed by GitHub
commit 4a3e4988bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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