Update rc.local

Fix #16
pull/33/head
Raphaël Vinot 2015-04-17 11:13:10 +02:00
parent 8cfe3c19b0
commit ff624bf4af
1 changed files with 1 additions and 1 deletions

View File

@ -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