From e2a96104aaf9c8db34916a7063fbe8fb7956dfcb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 21 Apr 2023 09:49:06 +0200 Subject: [PATCH] correctly escape $ in sed regexp --- EGroupwareMail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGroupwareMail.md b/EGroupwareMail.md index c695908..6e13926 100644 --- a/EGroupwareMail.md +++ b/EGroupwareMail.md @@ -69,7 +69,7 @@ services: hostname: # Delivery to Dovecot will NOT work, if above name starts with mail e.g. "mail.example.org"! # You need to uncomment the following entrypoint line, to fix this: - #entrypoint: ["sh", "-c", "sed 's/ mail$//g' /etc/hosts > /tmp/hosts; cat /tmp/hosts > /etc/hosts; exec /usr/sbin/postfix -c /etc/postfix start-fg"] + #entrypoint: ["sh", "-c", "sed 's/ mail$$//g' /etc/hosts > /tmp/hosts; cat /tmp/hosts > /etc/hosts; exec /usr/sbin/postfix -c /etc/postfix start-fg"] volumes: - /etc/letsencrypt:/etc/letsencrypt - /etc/letsencrypt/live/egw.example.org/privkey.pem:/etc/postfix/certificate.key