Permission denied when piping bash output to the result outputs
Running the below command in a bash script
I'm seeing the following error:
Regardless of if I pipe to result.json or result.out I get the same error.
I just pulled and updated windmill. Error still occurs.
I'm running windmill in docker containers.
docker ps -a --format "{{.Names}}" | './result.json'I'm seeing the following error:
Regardless of if I pipe to result.json or result.out I get the same error.
I just pulled and updated windmill. Error still occurs.
I'm running windmill in docker containers.