mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Add missing 'fi' at the end of rc script; if you had a microSD card that set MODE to something other than autostart the result was a prompt that ignored your commands.
This commit is contained in:
@@ -119,3 +119,6 @@ if param compare SYS_AUTOSTART 31
|
|||||||
then
|
then
|
||||||
sh /etc/init.d/31_io_phantom
|
sh /etc/init.d/31_io_phantom
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# End of autostart
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user