diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-20 11:36:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-20 11:36:06 -0300 |
commit | a92e49bbe972fde4214d8c68dd2f75a02accaff2 (patch) | |
tree | 61cd605aa1d2410d9122c0ecd0aa9c6c2ecbccfb /files | |
parent | 2621e23b5bcfef8c9c5f23cd670c22ce3c112aa3 (diff) | |
parent | 062177acba435816d6d8e3450e141b058d17baa0 (diff) | |
download | puppet-nodo-a92e49bbe972fde4214d8c68dd2f75a02accaff2.tar.gz puppet-nodo-a92e49bbe972fde4214d8c68dd2f75a02accaff2.tar.bz2 |
Merge branch 'master' into develop
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/rc.local | 2 |
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 |