New reports after more podcast feeds added

This commit is contained in:
Dave Morriss
2023-01-28 14:14:04 +00:00
parent 7d26840371
commit de0c54c99a
8 changed files with 167 additions and 4 deletions

View File

@@ -13,9 +13,9 @@
# BUGS: ---
# NOTES: ---
# AUTHOR: Dave Morriss (djm), Dave.Morriss@gmail.com
# VERSION: 0.0.2
# VERSION: 0.0.3
# CREATED: 2023-01-09 17:07:23
# REVISION: 2023-01-28 09:58:38
# REVISION: 2023-01-28 14:10:48
#
#===============================================================================
@@ -113,6 +113,7 @@ if [[ -e "$FDMKD4" ]]; then
if [[ -e "$FDODT" ]]; then
echo "Wrote the ODT file $FDODT"
cp "$FDODT" "$FDODT_LIVE"
echo "Copied ODT to $FDODT_LIVE"
else
echo "$FDODT doesn't seem to have been written"
fi