image: avoid generating mails for the presence script
authorKristof Provost <kp@FreeBSD.org>
Thu, 13 Feb 2025 20:37:35 +0000 (21:37 +0100)
committerKristof Provost <kp@FreeBSD.org>
Thu, 13 Feb 2025 20:37:35 +0000 (21:37 +0100)
None of the output is relevant. Just /dev/null it.

image/overlay/domotica/var/cron/tabs/kp

index 859c03b..cb12ac2 100644 (file)
@@ -1 +1 @@
-1 * * * * /home/kp/bin/announce_presence
+1 * * * * /home/kp/bin/announce_presence >/dev/null 2>&1