mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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