summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox
diff options
context:
space:
mode:
authorChristian Rößler2013-08-30 15:55:35 +0200
committerChristian Rößler2013-08-30 15:55:35 +0200
commitf7bd8edd06e8c5c27b6c1533f5d9bb3e0c7f1688 (patch)
treecd394d4dfc4a7e81a9652357c8dceb87da5a18d9 /remote/modules/vbox
parentserver: Start building an organized blacklist collection for stage4 cloning (diff)
downloadtm-scripts-f7bd8edd06e8c5c27b6c1533f5d9bb3e0c7f1688.tar.gz
tm-scripts-f7bd8edd06e8c5c27b6c1533f5d9bb3e0c7f1688.tar.xz
tm-scripts-f7bd8edd06e8c5c27b6c1533f5d9bb3e0c7f1688.zip
[vbox] addons-init Indent.
Diffstat (limited to 'remote/modules/vbox')
-rwxr-xr-xremote/modules/vbox/data/addon-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vbox/data/addon-init b/remote/modules/vbox/data/addon-init
index 0e651be5..9f0e4e55 100755
--- a/remote/modules/vbox/data/addon-init
+++ b/remote/modules/vbox/data/addon-init
@@ -5,7 +5,7 @@ nscd -i group
addgroup demo vboxusers
if grep -q usb_device /proc/devices; then
-mkdir -p -m 0750 /dev/vboxusb 2>/dev/null
+ mkdir -p -m 0750 /dev/vboxusb 2>/dev/null
chown root:vboxusers /dev/vboxusb 2>/dev/null
systemctl daemon-reload