/dev/null || true'"; } if (isSafeTmpPath($tmpPath)) { $commands[] = "docker exec {$container} sh -c 'rm {$tmpPath} 2>/dev/null || true'"; } if (! empty($commands)) { instant_remote_process($commands, Server::find($serverId), throwError: false); } } } }