Fix url substitution

This commit is contained in:
Ludwig Behm 2020-12-16 05:41:13 +01:00 committed by Philipp Matthias Schäfer
parent 623c73254e
commit dcb2a2a4d8

View file

@ -32,7 +32,7 @@ sed -e "s/#DTSTART#/$(date_fmt +%Y%m%dT%H%M%SZ "TZ=\"Europe/Berlin\" 20:00")/" \
-e "s/#DTEND#/$(date_fmt +%Y%m%dT%H%M%SZ "TZ=\"Europe/Berlin\" 21:00")/" \
-e "s/#DTSTAMP#/$(date -u +%Y%m%dT%H%M%SZ)/" \
-e "s/#SUMMARY#/KrautSpace Plenum/" \
-e "s/#LOCATION#/${location}/" \
-e "s%#LOCATION#%${location}%" \
-e "s/#FROM#/${from}/g" \
-e "s/#REPLY_TO#/${replyto}/g" \
-e "s/#URLDATE#/${url_date}/g" \