From: Kristof Provost Date: Thu, 13 Feb 2025 20:37:35 +0000 (+0100) Subject: image: avoid generating mails for the presence script X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=9938036664c06a47c912bef18b97c63cf1a66e90;p=pennestraat-domotica image: avoid generating mails for the presence script None of the output is relevant. Just /dev/null it. --- diff --git a/image/overlay/domotica/var/cron/tabs/kp b/image/overlay/domotica/var/cron/tabs/kp index 859c03b..cb12ac2 100644 --- a/image/overlay/domotica/var/cron/tabs/kp +++ b/image/overlay/domotica/var/cron/tabs/kp @@ -1 +1 @@ -1 * * * * /home/kp/bin/announce_presence +1 * * * * /home/kp/bin/announce_presence >/dev/null 2>&1