From 494551781036c67a2ac8503491ef9015c2268255 Mon Sep 17 00:00:00 2001 From: Gregan Date: Thu, 29 Jul 2021 16:52:43 +0200 Subject: [PATCH] ajout tests --- testWeb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testWeb.sh b/testWeb.sh index 420e2a9..a0d808d 100755 --- a/testWeb.sh +++ b/testWeb.sh @@ -2,8 +2,8 @@ echo "TEST HUGO" -$response = "curl http://localhost:6060" -if [$reponse == "HTTP/1.1 200 OK"] +$response="curl http://localhost:6060" +if [$reponse=="HTTP/1.1 200 OK"] then exit 0 else