mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-23 15:24:30 +01:00
Fix #308
This commit is contained in:
@@ -315,7 +315,7 @@ Options:
|
||||
output.append("-P %s ACCEPT" % chain)
|
||||
|
||||
# Done
|
||||
self.write(output+'\n')
|
||||
self.write("\n".join(output)+'\n')
|
||||
self.exit()
|
||||
else:
|
||||
self.no_permission()
|
||||
|
||||
Reference in New Issue
Block a user