added rover autostart to rc.autostart

This commit is contained in:
Robotik
2015-02-20 14:40:04 +01:00
parent 15f729ddd5
commit c006b81350

View File

@@ -285,3 +285,12 @@ then
fi fi
#
# Ground Rover
#
if param compare SYS_AUTOSTART 50001
then
sh /etc/init.d/50001_rover
fi