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
|
||||
else
|
||||
# Delete the file, since the machine is now destroyed
|
||||
id_file.delete
|
||||
id_file.delete if id_file.file?
|
||||
end
|
||||
|
||||
# Store the ID locally
|
||||
|
|
Loading…
Reference in New Issue