HITL startup: Further simplification of boot logic in commander

This commit is contained in:
Lorenz Meier
2017-07-29 21:47:12 +02:00
parent 03324e0fb1
commit 61b0a81bf9
5 changed files with 20 additions and 27 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ then
# Needs to be this early for in-air-restarts
if [ $OUTPUT_MODE == hil ]
then
commander start -hil
commander start --hil
else
commander start
fi