From 9298d4be01c2cfe7a8e774ad49aa7531fa8c64c8 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 27 Feb 2022 10:39:49 +0000 Subject: [PATCH] uorss.sh: Escape updated for root --- uorss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uorss.sh b/uorss.sh index 9c3f45e..fdba429 100755 --- a/uorss.sh +++ b/uorss.sh @@ -348,7 +348,7 @@ ingestArtist () { '"$artist_url"' -'"$(date -Is)"' +'"$(date -Is | jq @html -rR)"' '"$artist_name"' ' > "$feed_file~" cat "$entries_file" >> "$feed_file~"