diff options
| author | Christian Rößler | 2013-08-30 17:07:57 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-08-30 17:07:57 +0200 |
| commit | 365dfaa7929793f141ea739ea115a6573db65aba (patch) | |
| tree | a9785283931a97bc73b7cbd6954c68c6b2b2f783 /remote | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-365dfaa7929793f141ea739ea115a6573db65aba.tar.gz tm-scripts-365dfaa7929793f141ea739ea115a6573db65aba.tar.xz tm-scripts-365dfaa7929793f141ea739ea115a6573db65aba.zip | |
[vbox] addon-init missing fi
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/modules/vbox/data/addon-init | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/vbox/data/addon-init b/remote/modules/vbox/data/addon-init index 9f0e4e55..0c77c3fc 100755 --- a/remote/modules/vbox/data/addon-init +++ b/remote/modules/vbox/data/addon-init @@ -6,7 +6,8 @@ addgroup demo vboxusers if grep -q usb_device /proc/devices; then mkdir -p -m 0750 /dev/vboxusb 2>/dev/null -chown root:vboxusers /dev/vboxusb 2>/dev/null + chown root:vboxusers /dev/vboxusb 2>/dev/null +fi systemctl daemon-reload systemctl start vbox.service |
