diff --git a/Rakefile b/Rakefile index b16ec0fb0..2ff666102 100644 --- a/Rakefile +++ b/Rakefile @@ -76,7 +76,6 @@ end task :beef_stop do puts "\nShutting down BeEF...\n" - puts @beef_process_id.pid Process.kill 'INT', -Process.getpgrp end