Kapitel 13/Tutorial.md aktualisiert
This commit is contained in:
@@ -1165,9 +1165,15 @@ EOF
|
|||||||
|
|
||||||
echo "[INFO] Ersetze ursprüngliches JSON mit finaler Version..."
|
echo "[INFO] Ersetze ursprüngliches JSON mit finaler Version..."
|
||||||
mv "$TMP_JSON_FINAL" "$TMP_JSON"
|
mv "$TMP_JSON_FINAL" "$TMP_JSON"
|
||||||
|
|
||||||
```
|
```
|
||||||
1. **SSH Node – Analyze VOD** (Node-Name: Analyze VOD)
|
|
||||||
|
```bash
|
||||||
|
chmod 755 /srv/clipper/bin/vod-analyze
|
||||||
|
chown clipper:clipper /srv/clipper/bin/vod-analyze
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
**SSH Node – Analyze VOD** (Node-Name: Analyze VOD)
|
||||||
- Node-Typ: SSH
|
- Node-Typ: SSH
|
||||||
- Credentials: SSH Clipper
|
- Credentials: SSH Clipper
|
||||||
- Working Dir: /srv/clipper
|
- Working Dir: /srv/clipper
|
||||||
@@ -1347,6 +1353,10 @@ Node-Typ: SSH
|
|||||||
Credentials: SSH Clipper
|
Credentials: SSH Clipper
|
||||||
Working Dir: /srv/clipper
|
Working Dir: /srv/clipper
|
||||||
Command (Expression):
|
Command (Expression):
|
||||||
set -euo pipefail; /srv/clipper/bin/clipper-cut-vod "{{ $('Loop Over Items').item.json.data.id }}"
|
``set -euo pipefail; /srv/clipper/bin/clipper-cut-vod "{{ $('Loop Over Items').item.json.data.id }}"``
|
||||||
|
|
||||||
|
|
||||||
|
Setze auch hier die richtigen BErechtigungen, damit alles einwandfrei und problemlos durchlaufen kann.
|
||||||
|
```bash
|
||||||
|
chmod 755 /srv/clipper/bin/clipper-cut-vod
|
||||||
|
chown clipper:clipper /srv/clipper/bin/clipper-cut-vod
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user