Can not deloy custom bussiness logic

Dear support

When I run ./codeRunner.sh
It return error
“-bash: ./codeRunner.sh: Permission denied”

I checked in runner.properties
application.id and application.secretKey is correct.

If you need application.id and application.secretKey . I will send to you.

Thanks

Hi

I found how to make it work.
First run.

chmod u+x ./codeRunner.sh
Than run again

./codeRunner.sh

It is working now.

Thanks