Compare commits

...

4 Commits

Author SHA1 Message Date
Michel Roux 0cbc8254ab Oops 2017-02-07 10:46:44 +01:00
Michel Roux 2155194f6d Find another way 2017-02-07 10:44:55 +01:00
Michel Roux ef6f582b5a Fix my poor JS knowledge 2017-02-07 10:39:08 +01:00
Michel Roux e5e3f94956 Add command to fix symlink 2017-02-07 10:36:21 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,10 @@ class Shares {
else this.vm.addShare(name, hostPath, opts, next)
},
(next) => {
this.vm.command(['setextradata', 'default', 'VBoxInternal2/SharedFoldersEnableSymlinksCreate/' + name, '1'], next)
},
(next) => {
this.getFilesystem(name, (err, fs) => {
if (err) return next(err)