Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Karim committed May 17, 2019
1 parent 380f099 commit da9bda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interferogram/sentinel/create_standard_product_s1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da9bda3

Please sign in to comment.