Added fosdem_23.odt as a file (soft links don't work)

This commit is contained in:
Dave Morriss 2023-01-28 10:10:01 +00:00
parent 80226491a7
commit 7d26840371
2 changed files with 2 additions and 0 deletions

View File

@ -1 +0,0 @@
/home/cendjm/HPR/feed_watcher/Conferences/FOSDEM/2023/fosdem_23.odt

BIN
fosdem_23.odt Normal file

Binary file not shown.

View File

@ -57,6 +57,7 @@ FWPDF="$BASEDIR/feedWatcher.pdf"
FDMKD4="$FOSDEM23/feedWatcher_4.mkd"
FDODT="$FOSDEM23/fosdem_23.odt"
FDODT_LIVE="$BASEDIR/fosdem_23.odt"
#
# Generate HTML, JSON and OPML reports.
@ -111,6 +112,7 @@ if [[ -e "$FDMKD4" ]]; then
-o "$FDODT" "$FDMKD4"
if [[ -e "$FDODT" ]]; then
echo "Wrote the ODT file $FDODT"
cp "$FDODT" "$FDODT_LIVE"
else
echo "$FDODT doesn't seem to have been written"
fi