From 244c09d80a8e22b0aa9936c861c91ddefff1a102 Mon Sep 17 00:00:00 2001 From: Gregan Date: Thu, 29 Jul 2021 18:32:12 +0200 Subject: [PATCH] ajout tests --- testWeb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testWeb.sh b/testWeb.sh index a49ea35..11016c4 100755 --- a/testWeb.sh +++ b/testWeb.sh @@ -6,5 +6,6 @@ curl ${url} -I -o headers -s reponse=$(cat headers | head -n 1 | cut '-d ' '-f2') if [ $reponse == "200" ] then + echo "SUCCESS" exit 0 fi