uorss.sh: Escape updated for root

This commit is contained in:
Jon 2022-02-27 10:39:49 +00:00
parent bb6553b00c
commit 9298d4be01

View File

@ -348,7 +348,7 @@ ingestArtist () {
<link href="'"$feed_url"'" rel="self" type="application/atom+xml"/>
<link href="'"$artist_url"'" rel="alternate"/>
<id>'"$artist_url"'</id>
<updated>'"$(date -Is)"'</updated>
<updated>'"$(date -Is | jq @html -rR)"'</updated>
<author><name>'"$artist_name"'</name></author>
' > "$feed_file~"
cat "$entries_file" >> "$feed_file~"