Umbruch vor einer Meldung eingebaut

This commit is contained in:
qbi 2021-05-03 23:20:44 +02:00
parent 99832c946b
commit 17ddeb8df8

View file

@ -223,7 +223,7 @@ make_invoice() {
buffer="$KUNDE; $ADRESSE"
anschrift="$(echo "$buffer" | sed 's/; /\\\\\\\\\\\\\\ /g')"
echo "[+] Erstelle Rechnung: $filename"
printf "\n[+] Erstelle Rechnung: %s" "$filename"
{
printf "s!#SUBJECT#!%s!\n" "$subject"
printf "s!#ANREDE#!%s!\n" "$ANREDE"