aboutsummaryrefslogtreecommitdiff
path: root/files/etc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-20 11:36:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-20 11:36:06 -0300
commita92e49bbe972fde4214d8c68dd2f75a02accaff2 (patch)
tree61cd605aa1d2410d9122c0ecd0aa9c6c2ecbccfb /files/etc
parent2621e23b5bcfef8c9c5f23cd670c22ce3c112aa3 (diff)
parent062177acba435816d6d8e3450e141b058d17baa0 (diff)
downloadpuppet-nodo-a92e49bbe972fde4214d8c68dd2f75a02accaff2.tar.gz
puppet-nodo-a92e49bbe972fde4214d8c68dd2f75a02accaff2.tar.bz2
Merge branch 'master' into develop
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 55fdcd9..124623d 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