# File lib/vagrant-lxc/action/setup_package_files.rb, line 26 def recover(*) if @temp_dir && File.exist?(@temp_dir) FileUtils.rm_rf(@temp_dir) end end