Ensure that a failing dataman start does not abort boot

This commit is contained in:
Lorenz Meier
2014-08-11 14:54:18 +02:00
parent 5abdacc907
commit 258fb27e14

View File

@@ -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)