VirtualBox

Changes between Version 1 and Version 2 of Ticket #11720, comment 13


Ignore:
Timestamp:
Apr 15, 2017 10:06:23 PM (7 years ago)
Author:
Az

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11720, comment 13

    v1 v2  
    55The suggestion for a fix perhaps could be to adjst the line that contains "logins -g $VW_VBOXGROUP | cut -d' ' -f1" to the following:
    66
    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)
     7for 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)
    88
    99Regards!

© 2023 Oracle
ContactPrivacy policyTerms of Use