Fix accidentally comitted hardcoded autostart

This commit is contained in:
Lorenz Meier 2013-10-15 09:22:47 +02:00
parent 99068e864b
commit b5d3355dfb
1 changed files with 3 additions and 3 deletions

View File

@ -166,11 +166,11 @@ then
set MODE custom
fi
#if param compare SYS_AUTOSTART 10
#then
if param compare SYS_AUTOSTART 10
then
sh /etc/init.d/10_dji_f330
set MODE custom
#fi
fi
if param compare SYS_AUTOSTART 11
then