Changeset 62466 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Jul 22, 2016 6:00:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/loadall.sh
r58488 r62466 23 23 # vboxusers membership check. 24 24 # 25 if ! (id -Gn | grep -w ${MY_GROUPNAME}); then 25 if ! (id -Gn | grep -w ${MY_GROUPNAME}); then 26 26 echo "loadall.sh: you're not a member of vboxusers..."; 27 27 # Create the group.
Note:
See TracChangeset
for help on using the changeset viewer.