diff --git a/fs/etc/rc.local b/fs/etc/rc.local index aa0c8f1..6c2e691 100755 --- a/fs/etc/rc.local +++ b/fs/etc/rc.local @@ -28,7 +28,7 @@ if [ -e /dev/sda ]; then /sbin/ifconfig eth0 down trap clean EXIT TERM INT cd /opt/groomer - #/usr/sbin/led & + /usr/sbin/led & ./init.sh fi fi