Changes between Version 2 and Version 3 of Ticket #11720, comment 13
- Timestamp:
- Apr 15, 2017 10:11:48 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11720, comment 13
v2 v3 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 {{{ 7 8 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) 9 }}} 8 10 9 11 Regards!