Changes between Version 1 and Version 2 of Ticket #11720, comment 13
- Timestamp:
- Apr 15, 2017 10:06:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11720, comment 13
v1 v2 5 5 The suggestion for a fix perhaps could be to adjst the line that contains "logins -g $VW_VBOXGROUP | cut -d' ' -f1" to the following: 6 6 7 for VW_USER in $(echo `logins -g $VW_VBOXGROUP | cut -d' ' -f1` `getent group $VW_VBOXGROUP | cut -d: -f4 | tr , ' ' | xargs -n1`| xargs -n1 | sort -u)7 for VW_USER in $(echo $(logins -g $VW_VBOXGROUP | cut -d' ' -f1) $(getent group $VW_VBOXGROUP | cut -d: -f4 | tr , ' ' | xargs -n1) | xargs -n1 | sort -u) 8 8 9 9 Regards!