From 44b27d42a9131ca44e301321acd047f405452727 Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Sun, 2 Sep 2012 19:00:26 +0000
Subject: [PATCH] Send error message to stderr.

SVN: 26503
---
 openbis/dist/server/startup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/dist/server/startup.sh b/openbis/dist/server/startup.sh
index 82c1c0badf9..39ea1e4d394 100755
--- a/openbis/dist/server/startup.sh
+++ b/openbis/dist/server/startup.sh
@@ -9,7 +9,7 @@ checkNotRoot
 
 `dirname "$0"`/status.sh -q
 if [ $? -eq 0 ]; then
-  echo openBIS AS already running, shut it down before starting a new one.
+  echo openBIS AS already running, shut it down before starting a new one. > /dev/stderr
   exit 1
 fi
 
-- 
GitLab