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