From ddbce5753dbabf405fdd3477064b20fba9edc38c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 Jul 2015 08:16:52 -0300 Subject: Oops --- files/etc/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/etc/rc.local b/files/etc/rc.local index 2618f6e..55fdcd9 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -45,7 +45,7 @@ if [ -e "/sys/module/usbcore/parameters/authorized_default" ]; then echo "0" > /sys/module/usbcore/parameters/authorized_default for bus in /sys/bus/usb/devices/usb*; do - echo $0 > $bus/authorized_default + echo 0 > $bus/authorized_default done fi -- cgit v1.2.3