From e1508b6b42e2d74952af81fc6859c09968523115 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 2 Jan 2021 20:11:00 +0100 Subject: [PATCH] Since buster(?) the page title is 'Welcome to nginx!'... --- sub_scripts/testing_process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index a659459..ef62806 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -520,7 +520,7 @@ CHECK_URL () { yuno_portal=1 else yuno_portal=0 - if [ "$url_title" = "Welcome to nginx on Debian!" ] + if echo "$url_title" | grep -q "Welcome to nginx" then # Falling on nginx default page is an error. curl_error=1