forked from Archive/PX4-Autopilot
Fixed typo for extra_args when HEADLESS mode chosen.
This commit is contained in:
parent
87415d36a2
commit
ff9744b0d3
|
@ -50,7 +50,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "$HEADLESS" = "1" ]; then
|
||||
extra_args="$extr_args -no-gui"
|
||||
extra_args="$extra_args -no-gui"
|
||||
fi
|
||||
|
||||
# jMAVSim crashes with Java 9 on macOS, therefore we need to use Java 8
|
||||
|
|
Loading…
Reference in New Issue