Skip to content

Commit

Permalink
trigger gallery; fix thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Jan 23, 2019
1 parent 7ae36a5 commit 810bea5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/gen-static-page.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ howManyToday=$(ls $meteorDir/img/$(date +"%Y/%m/%d")/*-Ch0.jpg 2> /dev/null| wc
echo "<h2>METEOR-M2 recordings</h2>" >> $dirList
echo "<h4>Recent pass</h4>" >> $dirList
echo "<img src='$(cat $wwwDir/meteor-last-recording.tmp)-Ch0.th.jpg' alt='recent recording' class='img-thumbnail' />" >> $dirList
echo "<img src='$(cat $wwwDir/meteor-last-recording.tmp)-Ch0.th.jpg' alt='recent recording' class='img-thumbnail' />" >> $dirList
echo "<img src='$(cat $wwwDir/meteor-last-recording.tmp)-Ch0.th.jpg' alt='recent recording' class='img-thumbnail' />" >> $dirList
echo "<img src='$(cat $wwwDir/meteor-last-recording.tmp)-Ch1.th.jpg' alt='recent recording' class='img-thumbnail' />" >> $dirList
echo "<img src='$(cat $wwwDir/meteor-last-recording.tmp)-Ch2.th.jpg' alt='recent recording' class='img-thumbnail' />" >> $dirList
echo "<img src='$(cat $wwwDir/meteor-last-recording.tmp)-Combo.th.jpg' alt='recent recording' class='img-thumbnail' />" >> $dirList

echo "<p></p>" >> $dirList
Expand Down
6 changes: 6 additions & 0 deletions modules/meteor-m2/meteor_gallery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,11 @@ else

source $htmlTemplate > $indexHtml

#
# generate static main page(s)
#

$baseDir/bin/gen-static-page.sh


fi # there are images

0 comments on commit 810bea5

Please sign in to comment.