I am trying to get my Concourse CI Linux VM to run a shell script. But i keep getting the same error: I fixed this locally (non VM, on a Mac) with chmod +x path/filename.sh to make it executable and adding !#/bin/sh to the shell script. But i dont know how to get Concourse/VM to know that it’s an executable?