From dcb2a2a4d8d663a34ac4e392f13776da6486b4c2 Mon Sep 17 00:00:00 2001 From: Ludwig Behm Date: Wed, 16 Dec 2020 05:41:13 +0100 Subject: [PATCH] Fix url substitution --- invite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invite.sh b/invite.sh index d9ca440..7891c09 100755 --- a/invite.sh +++ b/invite.sh @@ -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" \