IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39905 for trunk


Ignore:
Timestamp:
Dec 21, 2016, 2:55:10 PM (9 years ago)
Author:
watersc1
Message:

Problem with the change to add new hosts. Fixed.

File:
1 edited

Legend:

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

    r39903 r39905  
    113113    $vol = sprintf("ippb%02d.1",$i);
    114114    $volume_map{$vol} = 'OFFSITE';
    115     $vol = sprintf("ippb%02d.2",$i);
    116     $volume_map{$vol} = 'OFFSITE';
     115    if ($i <= 6) {
     116        $vol = sprintf("ippb%02d.2",$i);
     117        $volume_map{$vol} = 'OFFSITE';
     118    }
    117119}   
    118120
Note: See TracChangeset for help on using the changeset viewer.