mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
revert puts back to a vprint call
This commit is contained in:
parent
f2edf21b9d
commit
89a0a79377
@ -33,7 +33,7 @@ class Metasploit4 < Msf::Post
|
|||||||
def setup
|
def setup
|
||||||
@old_pwd = pwd
|
@old_pwd = pwd
|
||||||
tmp = (directory?("/tmp")) ? "/tmp" : "%TEMP%"
|
tmp = (directory?("/tmp")) ? "/tmp" : "%TEMP%"
|
||||||
puts "Setup: changing working directory to #{tmp}"
|
vprint_status("Setup: changing working directory to #{tmp}")
|
||||||
cd(tmp)
|
cd(tmp)
|
||||||
|
|
||||||
super
|
super
|
||||||
|
Loading…
Reference in New Issue
Block a user