Skip to content

Commit

Permalink
report #files
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 31, 2024
1 parent 5674eaa commit 19c4330
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/SLpipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# @todo optional PI parameters
# option to have a data+time ID in the name, by default it will be blank?

_version="SLpipeline: 27-aug-2024"
_version="SLpipeline: 31-aug-2024"

echo ""
echo "LMTOY>> VERSION $(cat $LMTOY/VERSION)"
Expand Down Expand Up @@ -360,6 +360,9 @@ if [ ! -e $pdir/000README.html ]; then
(cd $pdir ; ln -sf README.html 000README.html)
fi

# count files?
(cd $pdir; echo "Number of files: $(ls | wc -l)")

# directory for dvpipe products for archive ingestion, also for links for PI
dir4dv=$WORK_LMT/${ProjectId}/dir4dv/${ProjectId}/${obsnum}
mkdir -p $dir4dv
Expand Down

0 comments on commit 19c4330

Please sign in to comment.