# File lib/blimpy/livery/cwd.rb, line 28 def bootstrap_script File.join(livery_root, script) end
# File lib/blimpy/livery/cwd.rb, line 18 def flight(box) run_sudo = 'sudo' unless use_sudo?(box) run_sudo = '' end box.ssh_into("cd #{dir_name} && #{run_sudo} ./#{script}") end
# File lib/blimpy/livery/cwd.rb, line 10 def preflight(box) box.scp_file(bootstrap_script, dir_name) end
Generated with the Darkfish Rdoc Generator 2.