fix: use printf instead of echo to avoid trailing newline in noweb output

This commit is contained in:
root
2026-06-06 12:51:46 -04:00
parent c12910d0f1
commit 13a583a081

View File

@@ -233,9 +233,9 @@ in every router block.
#+NAME: crowdsec_key #+NAME: crowdsec_key
#+BEGIN_SRC sh :results raw :exports none #+BEGIN_SRC sh :results raw :exports none
echo "Xvx3UTjAdThkqtNuVhciWzEOJuBZoWH58KE+E7C3L6I" printf "%s" "Xvx3UTjAdThkqtNuVhciWzEOJuBZoWH58KE+E7C3L6I"
#+END_SRC #+END_SRC
#+BEGIN_SRC yaml :tangle /docker/appdata/traefik/dynamic.yaml #+BEGIN_SRC yaml :tangle /docker/appdata/traefik/dynamic.yaml :noweb yes
http: http:
middlewares: middlewares:
@@ -1540,7 +1540,7 @@ http:
Tangled to /docker/compose/.env. The CROWDSEC_LAPI_KEY is a noweb reference Tangled to /docker/compose/.env. The CROWDSEC_LAPI_KEY is a noweb reference
to the shared crowdsec_key block, so it stays in sync with dynamic.yaml. to the shared crowdsec_key block, so it stays in sync with dynamic.yaml.
#+BEGIN_SRC dotenv :tangle /docker/compose/.env #+BEGIN_SRC dotenv :tangle /docker/compose/.env :noweb yes
## Auto-generated from infrastructure.org -- do not edit directly. ## Auto-generated from infrastructure.org -- do not edit directly.
## Edit infrastructure.org and tangle to update. ## Edit infrastructure.org and tangle to update.