mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:57:35 +08:00
Ensure that a failing dataman start does not abort boot
This commit is contained in:
@@ -280,9 +280,11 @@ then
|
||||
nshterm /dev/ttyACM0 &
|
||||
|
||||
#
|
||||
# Start the datamanager
|
||||
# Start the datamanager (and do not abort boot if it fails)
|
||||
#
|
||||
dataman start
|
||||
if dataman start
|
||||
then
|
||||
fi
|
||||
|
||||
#
|
||||
# Start the Commander (needs to be this early for in-air-restarts)
|
||||
|
||||
Reference in New Issue
Block a user