If the ID file doesn't exist, then don't delete it
This commit is contained in:
parent
01756dc964
commit
2079941e7d
|
@ -208,7 +208,7 @@ module Vagrant
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
# Delete the file, since the machine is now destroyed
|
# Delete the file, since the machine is now destroyed
|
||||||
id_file.delete
|
id_file.delete if id_file.file?
|
||||||
end
|
end
|
||||||
|
|
||||||
# Store the ID locally
|
# Store the ID locally
|
||||||
|
|
Loading…
Reference in New Issue