From 7605b01bccb1b917c02281523c9555549c9564ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=C3=A6mmer=20Nielsen?= Date: Mon, 13 Feb 2017 19:08:10 +0100 Subject: [PATCH] Fixed pipe --- start-monitors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-monitors.sh b/start-monitors.sh index b3d5a37..8a32495 100755 --- a/start-monitors.sh +++ b/start-monitors.sh @@ -18,7 +18,7 @@ function stop_jobs() { } function fatal() { - echo >2 "$1" + echo >&2 "$1" exit 1 } -- 2.52.0