diff options
| author | Simon Rettberg | 2013-08-30 16:54:44 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-08-30 16:54:44 +0200 |
| commit | 075d46d44c02a875215b792b22b879c7de5ee5cc (patch) | |
| tree | 25e1f6028ef02d49f2e11f9786d4bd92c9c73f63 /remote/modules/vbox/data/addon-init | |
| parent | [nscd] Shut that annoying thing up (diff) | |
| parent | [vbox] udev rule (diff) | |
| download | tm-scripts-075d46d44c02a875215b792b22b879c7de5ee5cc.tar.gz tm-scripts-075d46d44c02a875215b792b22b879c7de5ee5cc.tar.xz tm-scripts-075d46d44c02a875215b792b22b879c7de5ee5cc.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vbox/data/addon-init')
| -rwxr-xr-x | remote/modules/vbox/data/addon-init | 2 |
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 |
