aboutsummaryrefslogtreecommitdiff
path: root/files/etc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-17 08:16:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-17 08:16:52 -0300
commitddbce5753dbabf405fdd3477064b20fba9edc38c (patch)
treee80682f4fc26a2249ab1bdd426a15978b066d803 /files/etc
parentd8d756b9fd0bfb4b9d9514c411c7e01e8358e9c1 (diff)
downloadpuppet-nodo-ddbce5753dbabf405fdd3477064b20fba9edc38c.tar.gz
puppet-nodo-ddbce5753dbabf405fdd3477064b20fba9edc38c.tar.bz2
Oops
Diffstat (limited to 'files/etc')
-rw-r--r--files/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
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