VirtualBox

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11720, comment 13

    v2 v3  
    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{{{
    78for 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}}}
    810
    911Regards!

© 2023 Oracle
ContactPrivacy policyTerms of Use