`vagrant up` on created machines check for inaccessible machines

This commit is contained in:
Mitchell Hashimoto 2011-08-28 20:35:45 -07:00
parent 82d6d5357b
commit cdfbe4cc31
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ module Vagrant
end
def start(options=nil)
raise Errors::VMInaccessible if !@vm.accessible?
return if @vm.running?
return resume if @vm.saved?