From ca1359bda3325703f3da93babf4ed3bc6581e10a Mon Sep 17 00:00:00 2001 From: Matthew Kienow Date: Wed, 1 Aug 2018 17:44:45 -0400 Subject: [PATCH] Reword prompt from original script --- msfdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msfdb b/msfdb index 47c4d7ad81..92e472930c 100755 --- a/msfdb +++ b/msfdb @@ -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