From 35a799ac0382fcced6f8bc1a236e676f8fe9a5c6 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Thu, 17 Nov 2016 20:08:00 -0800 Subject: [PATCH] Exit code 0 means an update was applied, so we should send output --- extras/cronwrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/cronwrapper b/extras/cronwrapper index f27f142..b21073c 100755 --- a/extras/cronwrapper +++ b/extras/cronwrapper @@ -55,7 +55,7 @@ else RET=$? fi -if [ $RET -ne 0 -a $RET -ne 2 -a $RET -ne 5 ]; then +if [ $RET -ne 2 -a $RET -ne 5 ]; then # Make sure user gets an email about this cat ${LOGFILE} >&2 else