diff --git a/testWeb.sh b/testWeb.sh index 5badcca..40cc6ef 100755 --- a/testWeb.sh +++ b/testWeb.sh @@ -3,4 +3,7 @@ echo "TEST HUGO" url=http://localhost:6060 curl ${url} -I -o headers -s -cat headers | head -n 1 | cut '-d ' '-f2' +if((cat headers | head -n 1 | cut '-d ' '-f2')=="200") +then + exit 0 +fi