fix web feed self url, again

This commit is contained in:
John Bowdre 2024-03-15 10:50:38 -05:00
parent db4799d859
commit 800aee5063
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ OUTFEED="public/gemlog/atom-web.xml"
# read INFILE, replace gemini:// with https:// and write to OUTFILE
sed 's/gemini:\/\//https:\/\//g' $INFEED > $OUTFEED
# fix self url
sed -i 's/atom\.xml/atom-https\.xml/g' $OUTFEED
sed -i 's/atom\.xml/atom-web\.xml/g' $OUTFEED