Commit 980c8163 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rooter utils: small fixes

parent c0b1d5b9
......@@ -12,7 +12,7 @@ docmd()
fatal()
{
echo -e "Error: $@"
echo -e "Error: $@" >&2
exit 1
}
......
......@@ -4,7 +4,7 @@
fatal()
{
echo "Error: $@"
echo "Error: $@" >&2
exit 1
}
......
......@@ -2,7 +2,7 @@
fatal()
{
echo "Error: $@"
echo "Error: $@" >&2
exit 1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment