[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging Shepherd Daemon. Possible escape char issue.
From: |
Felix Lechner |
Subject: |
Re: Debugging Shepherd Daemon. Possible escape char issue. |
Date: |
Fri, 29 Nov 2024 13:25:25 -0800 |
User-agent: |
mu4e 1.12.7; emacs 29.4 |
Hi Jesse,
On Fri, Nov 29 2024, Jesse Millwood wrote:
> "traefik.http.routers.whoami.rule=Host\(\\\"whoami.geekslab\\\")"
It's a bit of a long short, but I might try:
> "traefik.http.routers.whoami.rule=Host(\"whoami.geekslab\")"
I dropped the escape from the opening parenthesis \( which which worked
on Geiser but seemed not needed.
Perhaps more significantly, I also the dropped escape character \\
before each of the escaped quotes because I'm not sure the Shepherd
offers shell expansion.
Kind regards
Felix