IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35800


Ignore:
Timestamp:
Jul 11, 2013, 1:16:57 PM (13 years ago)
Author:
bills
Message:

camtool -processedexp does not support -hostname argument, so don't pass it

File:
1 edited

Legend:

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

    r35723 r35800  
    532532            $command .= " -path_base $outroot" if defined $outroot;
    533533            $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
     534            $command .= " -hostname $host" if defined $host;
    534535        } else {
    535536            $command .= " -updateprocessedexp";
    536537            $command .= " -fault $exit_code";
    537538        }
    538         $command .= " -hostname $host" if defined $host;
    539539        $command .= " -dbname $dbname" if defined $dbname;
    540540        system ($command);
Note: See TracChangeset for help on using the changeset viewer.