- Implemented streaming response handling in OpenResty using
ngx.pipeandstdout_read_line(). Now script output is sent to the client immediately instead of waiting for execution to finish. - Improved shell script execution: data is now flushed in real time, providing better responsiveness.
- Added cleaning of access.log and error.log after starting Webroot Manager.