diff --git a/Taskfile.yml b/Taskfile.yml index 125b1a3..6050fd8 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -65,7 +65,7 @@ tasks: >> "{{.PROJECT}}.log" 2>&1 & - | # wait until OpenRefine API is available timeout 30s bash -c "until - wget -q -O - http://localhost:{{.PORT}} | cat | grep -q -o OpenRefine + wget -q -O - -o /dev/null http://localhost:{{.PORT}} | cat | grep -q -o OpenRefine do sleep 1 done"