lib/bluepill/process.rb in bluepill-0.0.24 vs lib/bluepill/process.rb in bluepill-0.0.25
- old
+ new
@@ -190,10 +190,10 @@
end
end
def handle_user_command(cmd)
case cmd
- when "boot!"
+ when "boot"
# This is only called when bluepill is initially starting up
if process_running?(true)
# process was running even before bluepill was
self.state = 'up'
else
\ No newline at end of file