Commit 66067b0b authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb

parent 6ba44ab8
...@@ -17,7 +17,7 @@ do ...@@ -17,7 +17,7 @@ do
unzip -n -j $f *TCI_10m.jp2 -d $JP2DIR unzip -n -j $f *TCI_10m.jp2 -d $JP2DIR
L2ANAME=$JP2DIR"L2A_"$filepattern"TCI_10m.jp2" L2ANAME=$JP2DIR"L2A_"$filepattern"TCI_10m.jp2"
if [ ! -e $L2ANAME ]; then if [ ! -e $L2ANAME ]; then
mv L2ANAME $filename"TCI_10m.jp2" mv $L2ANAME $filename"TCI_10m.jp2"
fi fi
else else
echo PASS $f echo PASS $f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment