From 620f79e9cbead3361bc4d02959825b2daff14109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20M=2E=20Requena=20Plens?= Date: Sat, 25 Mar 2023 23:45:09 +0100 Subject: [PATCH] Added: disable email cron notification --- conf/cron_coturn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron_coturn b/conf/cron_coturn index c3139ba..367154f 100644 --- a/conf/cron_coturn +++ b/conf/cron_coturn @@ -1,2 +1,2 @@ # Check if the IP as not changed at every 15th minute -*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh; +*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh >/dev/null 2>&1