Blame SOURCES/bz720543-pcmk-crm_report_do_not_print_garbage_when_collecting_from_the_local_node.patch

ed0026
commit 9b488a436dcdba49bd3b5e5365eb9ac44719d308
ed0026
Author: Andrew Beekhof <andrew@beekhof.net>
ed0026
Date:   Wed Sep 4 14:46:23 2013 +1000
ed0026
ed0026
    Fix: crm_report: Do not print garbage when collecting from the local node
ed0026
    
ed0026
    (cherry picked from commit 2c78ded0c66dc2f113ed1620efeaef51fdb489e5)
ed0026
ed0026
diff --git a/tools/report.collector b/tools/report.collector
ed0026
index 1667364..62cbe8b 100644
ed0026
--- a/tools/report.collector
ed0026
+++ b/tools/report.collector
ed0026
@@ -748,8 +748,6 @@ done
ed0026
 
ed0026
 if [ -e $REPORT_HOME/.env ]; then
ed0026
     debug "Localhost: $REPORT_MASTER $REPORT_TARGET"
ed0026
-    # Need to send something back or tar on the caller will complain
ed0026
-    (cd $REPORT_HOME && tar cf - .env)
ed0026
 
ed0026
 elif [ "$REPORT_MASTER" != "$REPORT_TARGET" ]; then
ed0026
     debug "Streaming report back to $REPORT_MASTER"