diff --git a/testWeb.sh b/testWeb.sh index 11016c4..3cd1802 100755 --- a/testWeb.sh +++ b/testWeb.sh @@ -1,7 +1,7 @@ #!/bin/bash -echo "TEST HUGO" -url=http://localhost:6060 +echo "TEST WEB" +url=http://localhost:9999 curl ${url} -I -o headers -s reponse=$(cat headers | head -n 1 | cut '-d ' '-f2') if [ $reponse == "200" ]