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:
px4dev
2013-07-30 22:46:41 -07:00
parent 7e9a18da79
commit b85d74336d
+3
View File
@@ -119,3 +119,6 @@ if param compare SYS_AUTOSTART 31
then
sh /etc/init.d/31_io_phantom
fi
# End of autostart
fi