Add missing line in rc.local for led

pull/49/head
Dan Puttick 2017-02-08 15:46:01 -05:00
parent b2c0883bf7
commit df958a1d3b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ if [ -e /dev/sda ]; then
/sbin/ifconfig eth0 down
trap clean EXIT TERM INT
cd /opt/groomer
/usr/sbin/led &
./init.sh
fi
fi