Module: ShipProjectRestart

Included in:
Takeltau::ShipProject
Defined in:
lib/takeltau/ship/project/restart.rb

Overview

tau ship project restart

Instance Method Summary collapse

Instance Method Details

#ship_project_restart(project) ⇒ Object

Restart a takelship



6
7
8
9
10
# File 'lib/takeltau/ship/project/restart.rb', line 6

def ship_project_restart(project)
  say ship_container_stop
  sleep 1 until ship_project_start project, mute: true
  true
end