any help appreciated webhook will not execute .sh #741
4mikedaniel-cloud
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Try adding the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run webhook as a service it will not execute my .sh If I run it not as a service it will execute webhook as expected.
stream1.sh
#!/bin/bash /usr/bin/mpv udp://239.255.42.58:5004 --fullscreen --profile=low-latencymy webhook.service:
My hooks.json: (trying multiple options)
[ { "id": "input1", "execute-command": "/home/mike/hooks/./stream1.sh", "command-working-directory": "/home/mike/hooks", "pass-arguments-to-command": }, { "id": "input2", "execute-command": "/home/mike/hooks/./stream1.sh", }, { "id": "mpv", "execute-command": "/usr/bin/mpv udp://239.255.42.58:5004 --fullscreen --profile=low-latency", "pass-arguments-to-command": } ]systemctl status webhook.service says it is executing but it does not:
Beta Was this translation helpful? Give feedback.
All reactions