Date: Fri, 01 Jul 2022 15:40:47 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 264976] crontab task fail to work if stdout redirected Message-ID: <bug-264976-227-n7TVOjN3X5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264976-227@https.bugs.freebsd.org/bugzilla/> References: <bug-264976-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264976 Vladislav V. Prodan <admin@support.od.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |admin@support.od.ua --- Comment #1 from Vladislav V. Prodan <admin@support.od.ua> --- The following works in cron: ``` 0 0 * * * command > /dev/null 2>&1 0 0 * * * ( command1 | command2 ) > /dev/null 2>&1 ``` --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264976-227-n7TVOjN3X5>