Skip to content
Snippets Groups Projects
Commit 44b27d42 authored by brinn's avatar brinn
Browse files

Send error message to stderr.

SVN: 26503
parent ecc3c4e9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment