IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2008, 2:49:12 PM (18 years ago)
Author:
bills
Message:

get configuration information from IPP config system.
Install the scripts.

Location:
trunk/pstamp/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts

    • Property svn:ignore set to
      Makefile.in
      Makefile
  • trunk/pstamp/scripts/pstamp_new_request.sh

    r16592 r16675  
    4747# Invoke the data store registration script
    4848echo $request_file chip n/a | dsreg -dsdir $DATA_STORE -add -type PSTAMP $PRODUCT $fileset_id
     49
    4950status=$?
    50 if [[ $status != 0 ]]; then
     51if [[ $status != 0 ]] ; then
    5152    echo dsreg failed: $status
    5253    rm -r $dir_path
    5354    exit $status
    54 end
     55fi
    5556
    5657exit 0
     58
Note: See TracChangeset for help on using the changeset viewer.