Fix the waitLXDContainerReady function, which
was ignoring the exit code of the SSH command
execution. This meant that the command wasn't
doing what it was supposed to, and would return
early even if the container wasn't ready for
SSH command executions.
Fix the waitLXDContainerReady function, which was ignoring the exit code of the SSH command execution. This meant that the command wasn't doing what it was supposed to, and would return early even if the container wasn't ready for SSH command executions.