Minor Enhancements (#16)

* Add datestamp for the files being created.

* Enhance output.
This commit is contained in:
2024-01-30 05:59:40 -07:00
committed by GitHub
parent f0661ca4b2
commit db1cc005a3
2 changed files with 9 additions and 4 deletions

View File

@ -152,11 +152,12 @@ ls $PHOTOS_DIR/ | sort -r | while read album; do
# Close out the ALBUM's page.
$HELPER_DIR/body_close.php >> $subpage
echo "<!-- Built on `date`. -->" >> $subpage
done
# Finish the web page.
$HELPER_DIR/body_close.php >> $mainpage
echo "<!-- Built on `date`. -->" >> $mainpage
cat $mainpage
echo "<!-- Built from scratch. -->"
exit 0