diff --git a/Kapitel 13/Tutorial.md b/Kapitel 13/Tutorial.md index 5c411ad..ccffcc7 100644 --- a/Kapitel 13/Tutorial.md +++ b/Kapitel 13/Tutorial.md @@ -617,7 +617,7 @@ In diesem Schritt erstellen wir den eigentlichen Workflow in **n8n**. Er sorgt d # ------------------------------- # .env einbinden # ------------------------------- - ENV_FILE="/etc/clipper.env" + ENV_FILE="/etc/clipper/clipper.env" [[ -f "$ENV_FILE" ]] || { echo "❌ .env fehlt: $ENV_FILE" >&2; exit 1; } # shellcheck disable=SC1090 source "$ENV_FILE" @@ -854,7 +854,7 @@ In diesem Schritt erstellen wir den eigentlichen Workflow in **n8n**. Er sorgt d - **Command is an Expression:** **ON** - **Command:** ```bash - /bin/clenaup "{{ $('Loop Over Items').item.json.data.id }}" + /bin/cleanup "{{ $('Loop Over Items').item.json.data.id }}" ``` 14. **SSH Node 4 – Finalize** (Node-Name: Finalize VOD)