cloudblocks 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/cb-agent +2 -2
  2. metadata +1 -1
data/bin/cb-agent CHANGED
@@ -442,10 +442,10 @@ if command.nil? || command.empty?
442
442
  pid = get_pid
443
443
  #check if the process is actually running
444
444
  if pid != 0 && pid_process_running?(pid)
445
- puts "The CloudBlocks Agent is currently running. Use the stop command to stop it or --help for more info"
445
+ puts "The CloudBlocks Agent is currently running. Use 'cb-agent stop' to stop it or --help for more info"
446
446
  exit -1
447
447
  end
448
- puts 'The CloudBlocks Agent is not currently running. Use the start command to start it or --help for more information'
448
+ puts "The CloudBlocks Agent is not currently running. Use 'cb-agent start' to start it or --help for more information"
449
449
  exit -1
450
450
  end
451
451
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudblocks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: