From 10b6366520c469807a21f82eb9d852696b1be86b Mon Sep 17 00:00:00 2001 From: Martin Paces Date: Thu, 20 Nov 2014 00:06:42 +0100 Subject: [PATCH] Fixing the Envisat product ingestion. --- ingeng/product_ingest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingeng/product_ingest.sh b/ingeng/product_ingest.sh index acce2b8..7395cec 100755 --- a/ingeng/product_ingest.sh +++ b/ingeng/product_ingest.sh @@ -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 ...