Fix hanging exec cmd instances, rework exec cmdline args

This commit is contained in:
Nonoo 2020-11-03 10:42:38 +01:00
parent 47a22e5cce
commit c98f1bd7a8
6 changed files with 93 additions and 59 deletions

View file

@ -259,9 +259,8 @@ func (s *controlStream) handleRead(r []byte) error {
statusLog.startPeriodicPrint()
startCmdIfNeeded()
if enableSerialDevice {
startSerialPortCmdIfNeeded()
}
startSerialPortCmdIfNeeded()
startRigctldCmdIfNeeded()
}
}
return nil