mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-12 17:52:18 +00:00
fix web feed self url, again
This commit is contained in:
parent
db4799d859
commit
800aee5063
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue