https://bugs.contribs.org/show_bug.cgi?id=10412
Bug ID: 10412
Summary: cron.daily script should not redirect output to
/dev/null
Classification: Contribs
Product: SME Contribs
Version: 9.3
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-letsencrypt
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
Apparently the cron scripts of letsencrypt are suppressing output by
redirecting it to /dev/null, IMHO this is a bad thing and should not be done.
[root@mail ~]# cat /etc/cron.daily/letsencrypt
#!/bin/sh
/usr/bin/dehydrated -c 2>&1 > /dev/null
[root@mail ~]#
I propose changing it to dropping the redirection to /dev/null so that output
is present in the event e-mails to the system administrator, this makes it
easier to spot errors.
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/