dsa-update-apt-status: it's not an error to exit when we don't need to run
[mirror/dsa-nagios.git] / dsa-nagios-checks / sbin / dsa-update-apt-status
index f8eab97..a89dbcf 100755 (executable)
@@ -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