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