Changeset 16899 for trunk/pstamp/scripts/pstamp_new_request.sh
- Timestamp:
- Mar 8, 2008, 1:56:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_new_request.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_new_request.sh
r16878 r16899 6 6 # create a postage stamp request file and add it to the data store 7 7 # This is a simple prototype for testing purposes only 8 # uses Erik's dsreg script which I've copied to ipp/DataStore/scripts9 8 10 9 # TODO: use getopt and take these configuration variables as command 11 # line arguments or convert this script to perl 10 # line arguments or convert this script to perl and use the ipp config 12 11 13 12 DATA_STORE=/var/www/html/ds/dsroot … … 46 45 47 46 # Invoke the data store registration script 48 echo $request_file\| chip| dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id47 echo $request_file\|psrequest | dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id 49 48 50 49 status=$?
Note:
See TracChangeset
for help on using the changeset viewer.
