From 2022c65400168c6836ba3d0a88d0dbc8639c8fb4 Mon Sep 17 00:00:00 2001 From: Jens Kubieziel Date: Tue, 4 May 2021 09:30:05 +0200 Subject: [PATCH] =?UTF-8?q?Quoting=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- invite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invite.sh b/invite.sh index 921ec82..455e99f 100755 --- a/invite.sh +++ b/invite.sh @@ -4,13 +4,13 @@ from="office@krautspace.de" to=("hackspace-jena@lstsrv.org" "krautspace-announce@lstsrv.org") -replyto="hackspace-jena@lstsrv.org" +#replyto="hackspace-jena@lstsrv.org" subject="Einladung zum Plenum" location="https://talk.kabi.tk/krautspace" body_file=email_text # Use PROSEDATE for dd.mm.YYYY and URLDATE for YYYmmdd ## Find next Thursday -date_fmt () { date -u -d "$2 next Thu" $1; } +date_fmt () { date -u -d "$2 next Thu" "$1"; } ## Check if next Thursday is the first of a month