IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2008, 10:27:20 AM (18 years ago)
Author:
bills
Message:

updated postage stamp request file format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_runcommand.sh

    r16959 r18243  
    3838###
    3939
    40 source $PSCONFDIR/psconfig.bash default
     40source $PSCONFDIR/psconfig.bash debug
    4141status=$?
    4242if [[ $status != 0 ]] ; then
     
    4545fi
    4646
    47 ###
    48 ### Add our command directory to the path.
    49 ### XXX: This won't be necessary once the scripts get installed as part of the IPP
    50 ###
    51 PATH=${CMD_DIR}:${PATH}
    5247#echo path: $PATH >&2
    5348#echo command: $* >&2
     
    6560#### Finally, execute the command given by the command line arguments
    6661
     62# make sure other users can modify files
     63# todo: this is of course quite dangerous, avoid this by using proper group permissions
    6764umask 0
    6865
Note: See TracChangeset for help on using the changeset viewer.