Fix cronwrapper showing unwanted output even while logging

This commit is contained in:
Alex Malinovich 2016-11-17 20:10:31 -08:00
commit 17b07b8f49

View file

@ -51,7 +51,7 @@ if $LOGGING; then
RET=1
fi
else
"${SCRIPT}" "${CONF}" 2>&1 >${LOGFILE}
"${SCRIPT}" "${CONF}" >${LOGFILE} 2>&1
RET=$?
fi