Reword prompt from original script

GSoC/Meterpreter_Web_Console
Matthew Kienow 2018-08-01 17:44:45 -04:00
parent 2c2af114c4
commit ca1359bda3
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 1 additions and 1 deletions

2
msfdb
View File

@ -149,7 +149,7 @@ def start_db
puts "Please attempt to upgrade the database manually using pg_upgrade."
end
if !fixed
if ask_yn('If your database is corrupt, would you to reinitialize it?')
if ask_yn('Your database may be corrupt, would you like to reinitialize it?')
fixed = reinit_db
end
end