IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2011, 2:59:12 PM (15 years ago)
Author:
heather
Message:

more debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_add201112/ippScripts/scripts/mergedvodb_queue.pl

    r33018 r33021  
    118118
    119119  #create the mergedvodb entry (well, the command for it)
    120     my $fpaCommand = "$mergetool -addmergedvodbrun";
     120    my $fpaCommand = "$mergetool -definebyquery";
    121121    $fpaCommand .= " -mergedvodb $mergedvodb";
    122122    $fpaCommand .= " -minidvodb_group $minidvodb_group";
     
    125125
    126126    print "running the following: \n\n";
    127     print "fpaCommand\n\n";
     127    print "$fpaCommand\n\n";
    128128
    129129    unless ($no_update) {
Note: See TracChangeset for help on using the changeset viewer.