Skip to content
Snippets Groups Projects
Commit 9c0eca34 authored by Andy Yates's avatar Andy Yates
Browse files

Ensure that output is written to screen as it is done. Makes for a more confident copy run

parent af755f70
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ use Getopt::Long;
use IO::File;
use Sys::Hostname;
use Tie::File;
use English qw( -no_match_vars ) ;
$OUTPUT_AUTOFLUSH = 1;
my $start_time = time();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment