IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2008, 4:08:20 PM (18 years ago)
Author:
Paul Price
Message:

Set the database name for datastore.

File:
1 edited

Legend:

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

    r17950 r17956  
    111111# Register new files with the data store
    112112unless ($no_update) {
    113     my $command = "$dsreg --add --product mops_transient_detections --type MOPS_TRANSIENT_DETECTIONS --fileset $fileset --list $dsName --copy --abspath";
     113    my $command = "$dsreg --add --product mops_transient_detections --type MOPS_TRANSIENT_DETECTIONS --fileset $fileset --list $dsName --copy --abspath --dbname DataStore";
    114114    my $success = run( command => $command, verbose => $verbose );
    115115    die "Couldn't register files with data store.\n" unless $success;
Note: See TracChangeset for help on using the changeset viewer.