From 747a3d7d801585e195c832efe7a8b98230b3b51b Mon Sep 17 00:00:00 2001 From: Mike Holt Date: Tue, 10 Sep 2019 13:24:16 -0400 Subject: [PATCH] Update ingest.sh --- BasicFIleIngester/ingest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BasicFIleIngester/ingest.sh b/BasicFIleIngester/ingest.sh index 5288659..5d49dea 100644 --- a/BasicFIleIngester/ingest.sh +++ b/BasicFIleIngester/ingest.sh @@ -2,6 +2,10 @@ echo "i found something..." echo "" echo ${INPUT_FILE} echo "what is this junk?" +echo "" +echo "lets see if we have any metadata about this file..." +echo ${INPUT_METADATA} +echo "" echo "where would i put it?" echo "${OUTPUT_DIR} ?" echo "no thanks...."