PX4: fixed handling of nostart option

This commit is contained in:
Andrew Tridgell 2013-05-13 11:25:40 +10:00
parent a17b85c661
commit dd0630dc16
1 changed files with 2 additions and 1 deletions

View File

@ -113,8 +113,9 @@ then
else
echo "No APM sketch found"
fi
fi
echo "rc.APM finished"
echo "rc.APM finished" >> $logfile
fi