From 15088346fc7a71552bef8b9a56da5d8706101ea8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 8 Oct 2025 22:45:51 +0300 Subject: also redirect stderr --- frontends/etc/gogios.cron.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontends/etc/gogios.cron.tpl b/frontends/etc/gogios.cron.tpl index fc6299c..56af0af 100644 --- a/frontends/etc/gogios.cron.tpl +++ b/frontends/etc/gogios.cron.tpl @@ -1,3 +1,3 @@ -0 7 * * * <%= $gogios_path %> -renotify >/dev/null -*/5 8-22 * * * -s <%= $gogios_path %> >/dev/null -0 3 * * 0 <%= $gogios_path %> -force >/dev/null +0 7 * * * <%= $gogios_path %> -renotify >/dev/null 2>&1 +*/5 8-22 * * * -s <%= $gogios_path %> >/dev/null 2>&1 +0 3 * * 0 <%= $gogios_path %> -force >/dev/null 2>&1 -- cgit v1.2.3