Fix #5499, small fix for line clearing

bug/bundler_fix
William Vu 2015-06-06 15:58:45 -05:00
commit d4ddc53856
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ class Driver < Msf::Ui::Driver
if $msf_spinner_thread
$msf_spinner_thread.kill
$stderr.print "\r" + (" " * 60) + "\n"
$stderr.print "\r" + (" " * 50) + "\n"
end
run_single("banner") unless opts['DisableBanner']