From 9e36c5580d655057b21fb1846aa690048b81b5ff Mon Sep 17 00:00:00 2001 From: Thomas Dannenberg Date: Wed, 17 Sep 2025 09:34:38 +0000 Subject: [PATCH] Kapitel 13/Tutorial.md aktualisiert --- Kapitel 13/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kapitel 13/Tutorial.md b/Kapitel 13/Tutorial.md index 31c9ffb..2834620 100644 --- a/Kapitel 13/Tutorial.md +++ b/Kapitel 13/Tutorial.md @@ -895,7 +895,7 @@ Das folgende Schaubild zeigt dir die konkrete Verkabelung - Working Dir: /srv/clipper - Command (Expression): ```bash - {{/srv/clipper/bin/vod-analyze ${$json.data.id}}} + set -euo pipefail; /srv/clipper/bin/vod-analyze "{{ $('Loop Over Items').item.json.data.id }}" ``` ### Ergebnis