I have a schell script called “backup.sh”
it sits in /config
I can happily run it from the HA terminal /bin/bash /config/backup.sh
But when i add it to my configuration.yaml and try and run it as a service I get [homeassistant.components.shell_command] Error running command: /bin/bash /config/backup.sh, return code: 127
127 iirc is file not found?
This is my config: