Update cronify/cronify

This commit is contained in:
Jeffrey Paul 2012-05-27 19:12:22 +03:00
父節點 847ad2ac80
當前提交 3692a7044f
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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