Skip to content

Commit

Permalink
Fixing the Envisat product ingestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Nov 19, 2014
1 parent 4b75dd3 commit 10b6366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingeng/product_ingest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ cat "$MANIFEST" | info_pipe
# special treatment for the Envisat products
if [ "$CONTENT_TYPE" == 'application/x-esa-envisat' ]
then
"`dirname $0`/product_add.sh" -data="$DATA" ${CATREG:+-catreg=}$CATREG && exit 0 || exit 1
"`dirname $0`/product_add.sh" -add="$COLLECTION" -data="$DATA" ${CATREG:+-catreg=}$CATREG && exit 0 || exit 1
fi

# anything else processed hereafter ...
Expand Down

0 comments on commit 10b6366

Please sign in to comment.