added missing then after if

This commit is contained in:
Marcel Stuettgen 2015-02-20 14:43:28 +01:00
parent b521eeaa08
commit ee3ccf8715

View File

@ -607,6 +607,7 @@ then
# Rover setup
#
if [ $VEHICLE_TYPE == rover ]
then
# 10 is MAV_TYPE_GROUND_ROVER
set MAV_TYPE 10