diff --git a/src/etc/rc.update_bogons b/src/etc/rc.update_bogons index 7e8875010..cc3c81c31 100755 --- a/src/etc/rc.update_bogons +++ b/src/etc/rc.update_bogons @@ -44,7 +44,11 @@ while [ ${RETRIES} -gt 0 ]; do break fi - RETRIES=$((RETRIES-1)) + if [ "${COMMAND}" = "cron" ]; then + RETRIES=$((RETRIES - 1)) + else + RETRIES=0 + fi done if [ ${RETRIES} -eq 0 ]; then