Fix Meterpreter lcd command
git-svn-id: file:///home/svn/framework3/trunk@5915 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
086e9fb89a
commit
360bd6d222
|
@ -97,7 +97,7 @@ class Console::CommandDispatcher::Stdapi::Fs
|
|||
return true
|
||||
end
|
||||
|
||||
Dir.chdir(args[0])
|
||||
::Dir.chdir(args[0])
|
||||
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue