Fixes a pro bug with updating
This came up in a release candidate for Metasploit 4.5, haven't exercised this code path yet. Aint no thang. [FixRM #7549]unstable
parent
7f72eae8b9
commit
4bc1159953
|
@ -148,7 +148,7 @@ if is_git
|
||||||
end
|
end
|
||||||
|
|
||||||
if is_pro
|
if is_pro
|
||||||
update_script = File.expand_path(File.join(@msfbase, "..", "engine", "update.rb"))
|
update_script = File.expand_path(File.join(@msfbase_dir, "..", "engine", "update.rb"))
|
||||||
system("ruby", update_script)
|
system("ruby", update_script)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue