|
|
@ -474,7 +474,7 @@ then |
|
|
|
sh /etc/init.d/rc.interface |
|
|
|
sh /etc/init.d/rc.interface |
|
|
|
|
|
|
|
|
|
|
|
# Start standard fixedwing apps |
|
|
|
# Start standard fixedwing apps |
|
|
|
if [ LOAD_DEFAULT_APPS == yes ] |
|
|
|
if [ $LOAD_DEFAULT_APPS == yes ] |
|
|
|
then |
|
|
|
then |
|
|
|
sh /etc/init.d/rc.fw_apps |
|
|
|
sh /etc/init.d/rc.fw_apps |
|
|
|
fi |
|
|
|
fi |
|
|
@ -533,7 +533,7 @@ then |
|
|
|
sh /etc/init.d/rc.interface |
|
|
|
sh /etc/init.d/rc.interface |
|
|
|
|
|
|
|
|
|
|
|
# Start standard multicopter apps |
|
|
|
# Start standard multicopter apps |
|
|
|
if [ LOAD_DEFAULT_APPS == yes ] |
|
|
|
if [ $LOAD_DEFAULT_APPS == yes ] |
|
|
|
then |
|
|
|
then |
|
|
|
sh /etc/init.d/rc.mc_apps |
|
|
|
sh /etc/init.d/rc.mc_apps |
|
|
|
fi |
|
|
|
fi |
|
|
|