From: Silvio Rhatto Date: Fri, 17 Jul 2015 11:16:52 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ddbce5753dbabf405fdd3477064b20fba9edc38c;p=puppet-nodo.git Oops --- 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