Skip to content

websocketservice should not be writing files to /tmp

websocketservice.js: ipFile = new File(system.temp_path + 'sbbs-ws-' + FServerSocket.local_port + '.ip');

This is dumping files in /tmp even though I have TempDirectory=/sbbs/tmp in sbbs.ini. websocketservice.js should honor the TempDirectory override.