Update cronify/cronify

This commit is contained in:
Jeffrey Paul 2012-05-27 19:12:22 +03:00
parent 847ad2ac80
commit 3692a7044f
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ fi
OUTPUT="`$* 2>&1`"
if [ $? -ne 0 ]; then
echo $OUTPUT > /dev/stderr
echo "$OUTPUT" > /dev/stderr
exit $?
fi