class Trooper::Actions::SetupTrooperAction

Private Instance Methods

build_commands() click to toggle source
# File lib/trooper/actions/setup_trooper_action.rb, line 12
def build_commands
  create_folders path, trooper_path
  run 'echo -e "Trooper Setup on Server"'
end