IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39933


Ignore:
Timestamp:
Jan 10, 2017, 5:39:17 PM (10 years ago)
Author:
watersc1
Message:

Use remote_md5sum.pl script to attempt to space out md5sum calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/rawcheck.pl

    r39930 r39933  
    393393    $host =~ s/\.\d//;
    394394#    print "$filename $host $volume\n";
    395     my $response = `ssh $host md5sum $filename`;
     395    my $response = `ssh $host remote_md5sum.pl $filename`;
    396396    chomp($response);
    397397    my ($sum, undef) = split /\s+/, $response;
Note: See TracChangeset for help on using the changeset viewer.