Open
Description
I have a script with following content:
#!/bin/bash
git pull
Script doesn't work, and there is an error in logs:
line 3: git: command not found
Webhook is running under the same user, standalone script launch is 100% working, git command present in bash.
Why opensource usage is such a pain?