From 3616961f89619ac12e4478bbf0388f6a7bde2aaf Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 29 Oct 2015 17:03:53 +0100 Subject: [PATCH] Grep stdin and stdout, another good call from Patrick --- roles/fedimg/files/cron/kill_ec2_nodes.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedimg/files/cron/kill_ec2_nodes.cron b/roles/fedimg/files/cron/kill_ec2_nodes.cron index ccb5d33f60..bda9440a34 100644 --- a/roles/fedimg/files/cron/kill_ec2_nodes.cron +++ b/roles/fedimg/files/cron/kill_ec2_nodes.cron @@ -1,2 +1,2 @@ MAILTO=sysadmin-fedimg-members@fedoraproject.org -0 * * * * fedmsg /usr/share/fedimg/cronjobs/kill_ec2_nodes.py | grep -v 'Cannot find qpid python' +0 * * * * fedmsg /usr/share/fedimg/cronjobs/kill_ec2_nodes.py 2>&1 | grep -v 'Cannot find qpid python'