X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=dsa-nagios-checks%2Fsbin%2Fdsa-update-apt-status;h=a89dbcf65468c70b749ef5e7e9363025fd41e742;hb=4f9cb0325e741fa0125e820258dda301eda84c16;hp=f8eab97e24ff4190d480e988c7b7bcc7f35edd88;hpb=611c5d8812497e6bba7e7993a69ddd5f5fe2ac45;p=mirror%2Fdsa-nagios.git diff --git a/dsa-nagios-checks/sbin/dsa-update-apt-status b/dsa-nagios-checks/sbin/dsa-update-apt-status index f8eab97..a89dbcf 100755 --- a/dsa-nagios-checks/sbin/dsa-update-apt-status +++ b/dsa-nagios-checks/sbin/dsa-update-apt-status @@ -31,7 +31,7 @@ run_required() { # do stuff only when required, or when asked to if [ "${1:-""}" != "-f" ] ; then - run_required || exit + run_required || exit 0 fi # sleep if called non-interactively