Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: fix console --loop on micrcom error
In certain situation, e.g. if the serial port vanishes (i.e. on-board FTDI chips), microcom returns with 1 and: Got EOF from port connection lost The loop should still continue, so do not raise an exception in this case. Fixes: cdebb1c ("remote/client: return exit code for ssh/scp/rsync/telnet/video/audio/console") Signed-off-by: Bastian Krause <[email protected]>
- Loading branch information