Changeset 40039
- Timestamp:
- May 16, 2017, 2:12:17 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tools/raw_MD5_check.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/raw_MD5_check.pl
r40037 r40039 6 6 use Sys::Hostname; 7 7 8 my $clients = 4;8 my $clients = 1; 9 9 my $start_time = 8; 10 10 my $end_time = 18; # +1, as it goes until the hour changes. … … 157 157 158 158 if ($do_it == 1) { 159 if (-e $out_log) {160 # Do not overwrite already existing files.161 print ">> $directory $out_log Already Exists.\n";162 return(0);163 }159 # if (-e $out_log) { 160 # # Do not overwrite already existing files. 161 # print ">> $directory $out_log Already Exists.\n"; 162 # return(0); 163 # } 164 164 165 165 my @localtime = localtime();
Note:
See TracChangeset
for help on using the changeset viewer.
