From da9bda368e8f1f21b3af2efbf552066512b87fc4 Mon Sep 17 00:00:00 2001 From: Mohammed Karim Date: Fri, 17 May 2019 23:19:27 +0000 Subject: [PATCH] update --- interferogram/sentinel/create_standard_product_s1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interferogram/sentinel/create_standard_product_s1.sh b/interferogram/sentinel/create_standard_product_s1.sh index c4468d7..8267007 100755 --- a/interferogram/sentinel/create_standard_product_s1.sh +++ b/interferogram/sentinel/create_standard_product_s1.sh @@ -25,7 +25,7 @@ echo -n "Finished running S1 Standard Propduct interferogram generation: " 1>&2 date 1>&2 if [ $STATUS -ne 0 ]; then echo "Failed to run S1 Standard Product interferogram generation." 1>&2 - echo "# ----- errors|exception found in log -----" >> _alt_traceback.txt && grep -i "error\|exception" create_standard_product + echo "# ----- errors|exception found in log -----" >> _alt_traceback.txt && grep -i "error\|exception" create_standard_product_s1.log >> _alt_traceback.txt cat create_standard_product_s1.log 1>&2 echo "{}" exit $STATUS