Mailblocker
Mailblocker
Since I got a working solution I haven't tried your way. The only thing I can contribute in this case is that I haven't created the path on my root...
I checked the logs and can find entries of workflow_script: ` Info workflow_script executing sh -c '/var/www/html/config/test.sh' >/dev/null & ` with the follwoing details: ` {"reqId":"WaQmOM0mhJTg921r8qGr","level":1,"time":"2025-10-07T18:29:05+00:00","remoteAddr":"","user":"--","app":"workflow_script","method":"","url":"--","message":"executing sh -c '/var/www/html/config/test.sh' >/dev/null...
Is there anything else I can try?
> [@Mailblocker](https://github.com/Mailblocker) 'date >> /test.txt' means it's gonna go into very root of filesystem - probably don't have rights there. Try this sample script: `touch /var/www/html/data/TEST.txt chmod 777 /var/www/html/data/TEST.txt chown...
Can anyone reproduce this error? I am a little bit stuck here, not sure where the problem is located. Is it me or is this a problem in the combination...