diff --git a/testWeb.sh b/testWeb.sh index c461520..5558f35 100755 --- a/testWeb.sh +++ b/testWeb.sh @@ -1,8 +1,9 @@ #!/bin/bash echo "TEST HUGO" -response=`curl -k -s -X GET --url "http://localhost:6060"' -if ["$reponse" != "200"] -then - exit 1 -fi +response="curl -s http://localhost:6060" +#if ['$reponse' != '200'] +#then + # exit 1 +#fi +echo $reponse