Added fosdem_23.odt as a file (soft links don't work)
This commit is contained in:
parent
80226491a7
commit
7d26840371
@ -1 +0,0 @@
|
|||||||
/home/cendjm/HPR/feed_watcher/Conferences/FOSDEM/2023/fosdem_23.odt
|
|
BIN
fosdem_23.odt
Normal file
BIN
fosdem_23.odt
Normal file
Binary file not shown.
@ -57,6 +57,7 @@ FWPDF="$BASEDIR/feedWatcher.pdf"
|
|||||||
|
|
||||||
FDMKD4="$FOSDEM23/feedWatcher_4.mkd"
|
FDMKD4="$FOSDEM23/feedWatcher_4.mkd"
|
||||||
FDODT="$FOSDEM23/fosdem_23.odt"
|
FDODT="$FOSDEM23/fosdem_23.odt"
|
||||||
|
FDODT_LIVE="$BASEDIR/fosdem_23.odt"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generate HTML, JSON and OPML reports.
|
# Generate HTML, JSON and OPML reports.
|
||||||
@ -111,6 +112,7 @@ if [[ -e "$FDMKD4" ]]; then
|
|||||||
-o "$FDODT" "$FDMKD4"
|
-o "$FDODT" "$FDMKD4"
|
||||||
if [[ -e "$FDODT" ]]; then
|
if [[ -e "$FDODT" ]]; then
|
||||||
echo "Wrote the ODT file $FDODT"
|
echo "Wrote the ODT file $FDODT"
|
||||||
|
cp "$FDODT" "$FDODT_LIVE"
|
||||||
else
|
else
|
||||||
echo "$FDODT doesn't seem to have been written"
|
echo "$FDODT doesn't seem to have been written"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user