parent
5c1481167e
commit
ee439273da
|
@ -15,7 +15,6 @@ Vagrant.configure("2") do |config|
|
||||||
|
|
||||||
# make sure we are using nfs (doesn't work out of the box with debian)
|
# make sure we are using nfs (doesn't work out of the box with debian)
|
||||||
nfsPath = "."
|
nfsPath = "."
|
||||||
# Catalina support
|
|
||||||
if Dir.exist?("/System/Volumes/Data")
|
if Dir.exist?("/System/Volumes/Data")
|
||||||
nfsPath = "/System/Volumes/Data" + Dir.pwd
|
nfsPath = "/System/Volumes/Data" + Dir.pwd
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue