From: Kristian Kræmmer Nielsen Date: Mon, 13 Feb 2017 18:08:10 +0000 (+0100) Subject: Fixed pipe X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=7605b01bccb1b917c02281523c9555549c9564ad;p=dai-monitor.git Fixed pipe --- 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 }