mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
commit
b3365af4b8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ module VagrantPlugins
|
|||
command: gid_command,
|
||||
output: output[:stderr]
|
||||
) { |type, data| output[type] << data if output[type] }
|
||||
mount_gid = output[:stdout].split(':').at(2)
|
||||
mount_gid = output[:stdout].split(':').at(2).to_s.chomp
|
||||
self.class_variable_get(:@@logger).debug("Owner group ID (lookup): #{options[:group]} -> #{mount_gid}")
|
||||
rescue Vagrant::Errors::VirtualBoxMountFailed
|
||||
if options[:owner] == options[:group]
|
||||
|
|
|
|||
Loading…
Reference in a new issue