forked from Archive/PX4-Autopilot
startup scripts: fix rc.mavlink_override
This commit is contained in:
parent
5c5ec1a0ea
commit
752bc9ebce
|
@ -261,7 +261,7 @@ fi
|
|||
if [ -e etc/init.d-posix/rc.mavlink_override ]
|
||||
then
|
||||
echo "Running non-default mavlink config rc.mavlink_override"
|
||||
sh etc/init.d-posix/rc.mavlink_override
|
||||
. ${R}etc/init.d-posix/rc.mavlink_override
|
||||
else
|
||||
# GCS link
|
||||
mavlink start -x -u $udp_gcs_port_local -r 4000000 -f
|
||||
|
|
Loading…
Reference in New Issue