We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5836fb commit dde853bCopy full SHA for dde853b
lib/msf/ui/console/command_dispatcher/core.rb
@@ -3250,7 +3250,7 @@ def launch_metasploit_browser
3250
browser_pid = ::Process.spawn(cmd, "https://localhost:3790")
3251
::Process.detach(browser_pid)
3252
elsif timeout >= 200 # 200 * 3 seconds is 10 minutes and that is tons of time.
3253
- print_linee
+ print_line
3254
print_warning "For some reason, Community / Pro didn't start in a timely fashion."
3255
print_warning "You might want to restart the Metasploit services by typing"
3256
print_warning "'service metasploit restart'. Sorry it didn't work out."
0 commit comments