Remember to assign `self.prompt` in shell.rb
Not everything updates the prompt all the time, make them feel welcome.GSoC/Meterpreter_Web_Console
parent
a9e52bc9be
commit
7c6c621a8f
|
@ -47,6 +47,7 @@ module Shell
|
|||
# Initialize the prompt
|
||||
self.cont_prompt = ' > '
|
||||
self.cont_flag = false
|
||||
self.prompt = prompt
|
||||
self.prompt_char = prompt_char
|
||||
|
||||
self.histfile = histfile
|
||||
|
|
Loading…
Reference in New Issue