uorss.sh: Escape updated for root
This commit is contained in:
parent
bb6553b00c
commit
9298d4be01
2
uorss.sh
2
uorss.sh
@ -348,7 +348,7 @@ ingestArtist () {
|
|||||||
<link href="'"$feed_url"'" rel="self" type="application/atom+xml"/>
|
<link href="'"$feed_url"'" rel="self" type="application/atom+xml"/>
|
||||||
<link href="'"$artist_url"'" rel="alternate"/>
|
<link href="'"$artist_url"'" rel="alternate"/>
|
||||||
<id>'"$artist_url"'</id>
|
<id>'"$artist_url"'</id>
|
||||||
<updated>'"$(date -Is)"'</updated>
|
<updated>'"$(date -Is | jq @html -rR)"'</updated>
|
||||||
<author><name>'"$artist_name"'</name></author>
|
<author><name>'"$artist_name"'</name></author>
|
||||||
' > "$feed_file~"
|
' > "$feed_file~"
|
||||||
cat "$entries_file" >> "$feed_file~"
|
cat "$entries_file" >> "$feed_file~"
|
||||||
|
Loading…
Reference in New Issue
Block a user