aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-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