mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-21 22:34:24 +01:00
stop tail from crashing
This commit is contained in:
@@ -157,7 +157,7 @@ class command_tail(HoneyPotCommand):
|
||||
def start(self):
|
||||
self.n = 10
|
||||
if not self.args or self.args[0] == '>':
|
||||
pass
|
||||
return
|
||||
else:
|
||||
try:
|
||||
optlist, args = getopt.getopt(self.args, 'n:')
|
||||
|
||||
Reference in New Issue
Block a user