From 7b7c6f4794d6bc1c328052e879d36af5366405b0 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 1 Feb 2021 13:56:43 +0100 Subject: [PATCH] add more logging --- script/update_python_indexer.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/update_python_indexer.sh b/script/update_python_indexer.sh index da6283b3..ed88d4e7 100644 --- a/script/update_python_indexer.sh +++ b/script/update_python_indexer.sh @@ -42,9 +42,13 @@ echo "This script is running in: $SCRIPT_DIR" cd $SCRIPT_DIR/ cd .. -echo "Copy python indexer files to $OUTPUT_DIR" +echo "create $OUTPUT_DIR" mkdir -p $OUTPUT_DIR + +echo "Copy python indexer files to $OUTPUT_DIR" cp $INPUT_DIR/_version.py $OUTPUT_DIR cp $INPUT_DIR/run.py $OUTPUT_DIR cp $INPUT_DIR/indexer.py $OUTPUT_DIR cp $INPUT_DIR/shallow_indexer.py $OUTPUT_DIR + +echo "Done updating Python indexer"