Prevent exit
Altered print to input so that code does not exit/finish. This should keep the container running.,
This commit is contained in:
parent
a81ec671bb
commit
1a6a3d795c
@ -88,4 +88,4 @@ if __name__ == '__main__':
|
||||
handler = CustomHandler()
|
||||
controller = MyController(handler, hostname=LHOST, port=LPORT)
|
||||
controller.start()
|
||||
print('SMTP server is running.\n')
|
||||
input('SMTP server is running.\n')
|
||||
Loading…
Reference in New Issue
Block a user