From ff624bf4af8587611bbf3800d4ff8aa9fcebb739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 17 Apr 2015 11:13:10 +0200 Subject: [PATCH] Update rc.local Fix #16 --- fs/etc/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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