IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2008, 4:27:29 PM (18 years ago)
Author:
jhoblitt
Message:

fix nebulous replication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r19625 r19655  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.33 2008-09-20 03:12:48 bills Exp $
     5# $Id: dsget,v 1.34 2008-09-23 02:27:29 jhoblitt Exp $
    66
    77use strict;
     
    199199    if (defined $copies and $copies > 1) {
    200200        foreach (1 .. ($copies - 1)) {
    201             $neb->replicate($filename)
     201            $neb->replicate($filename, undef)
    202202                or die "failed to replicate $filename failed: $!";
    203203        }
Note: See TracChangeset for help on using the changeset viewer.