From 9c70993f120ad3b78ae243eed65ab77ad0e0087c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20M=2E=20Requena=20Plens?= Date: Sat, 25 Mar 2023 23:43:03 +0100 Subject: [PATCH 1/2] Minor bug cron_coturn Extra slash in cronjob. DATA_PATH is "/home/yunohost.app/$app" --- conf/cron_coturn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron_coturn b/conf/cron_coturn index 89b54ba..c3139ba 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; \ No newline at end of file +*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh; 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 2/2] 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