Sha256: 0b270143179851f8f1cd15f5f62d34bc207717e93befc627f630bad510dccdb4

Contents?: true

Size: 355 Bytes

Versions: 16

Compression:

Stored size: 355 Bytes

Contents

Execute.define_task do
  desc "dtach_installed", "Check if dtach is installed.", :hide => true
  def dtach_installed
    if !windows? and (`which dtach` == '')
      puts "WARNING: dtach not installed or not on path, some tasks will not work!"
      puts "  Install with '[sudo] rhoconnect dtach-install'"
      exit
    end
  end #dtach_installed
end #do

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rhoconnect-3.3.6 commands/utilities/dtach_installed.rb
rhoconnect-3.3.5 commands/utilities/dtach_installed.rb
rhoconnect-3.3.4 commands/utilities/dtach_installed.rb
rhoconnect-3.3.3 commands/utilities/dtach_installed.rb
rhoconnect-3.3.2 commands/utilities/dtach_installed.rb
rhoconnect-3.3.1 commands/utilities/dtach_installed.rb
rhoconnect-3.3.1.beta4 commands/utilities/dtach_installed.rb
rhoconnect-3.3.1.beta3 commands/utilities/dtach_installed.rb
rhoconnect-3.3.1.beta2 commands/utilities/dtach_installed.rb
rhoconnect-3.2.1 commands/utilities/dtach_installed.rb
rhoconnect-3.2.0 commands/utilities/dtach_installed.rb
rhoconnect-3.2.0.beta5 commands/utilities/dtach_installed.rb
rhoconnect-3.2.0.beta4 commands/utilities/dtach_installed.rb
rhoconnect-3.2.0.beta3 commands/utilities/dtach_installed.rb
rhoconnect-3.2.0.beta2 commands/utilities/dtach_installed.rb
rhoconnect-3.2.0.beta1 commands/utilities/dtach_installed.rb