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
1 changed files with 3 additions and 0 deletions

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