mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-22 09:39:48 +00:00
fix typpo in chain order message
This commit is contained in:
parent
38cc85fa4c
commit
eb91d9905b
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class NFTables:
|
|||
exit_code = 2
|
||||
|
||||
if chain_position > 0:
|
||||
chain_position += 1
|
||||
self.logger.logCrit(f'MAILCOW target is in position {chain_position} in the {filter_table} {chain} table, restarting container to fix it...')
|
||||
err = True
|
||||
exit_code = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue