capitalize and add more description to the error msg
git-svn-id: file:///home/svn/framework3/trunk@13860 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e428f6b146
commit
3558d4e4be
|
@ -14,7 +14,8 @@ $stderr.puts "[*]"
|
|||
$stderr.puts ""
|
||||
|
||||
if not ::File.stat(msfbase).owned?
|
||||
$stderr.puts "[-] ERROR: user running msfupdate does not own the metasploit install"
|
||||
$stderr.puts "[-] ERROR: User running msfupdate does not own the metasploit install"
|
||||
$stderr.puts "Please run msfupdate as the same user who installed metasploit."
|
||||
end
|
||||
|
||||
wait = (ARGV.shift.to_s == "wait")
|
||||
|
|
Loading…
Reference in New Issue