aboutsummaryrefslogtreecommitdiff
path: root/files/etc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-17 09:17:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-17 09:17:28 -0300
commitf7768d883ed16cca8aebbf8a98c9cdd5a7269d1c (patch)
tree7cc9cdef41e5dcd63ee163ff8ecbd7e85915e37d /files/etc
parentddbce5753dbabf405fdd3477064b20fba9edc38c (diff)
downloadpuppet-nodo-f7768d883ed16cca8aebbf8a98c9cdd5a7269d1c.tar.gz
puppet-nodo-f7768d883ed16cca8aebbf8a98c9cdd5a7269d1c.tar.bz2
Double quotes around value at rc.local
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..ee21a64 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