From 20bc39ed74fbdafca5cd2138581b7f8e78cbf4c4 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Fri, 11 Jun 2021 19:32:58 +0200 Subject: [PATCH] suppress wget log #3 --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"