mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Added f and b to cmdOpts.
f = start server in foreground; b = start server in background (default).
This commit is contained in:
parent
1f53eb2d28
commit
7818b0cb2a
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ class Fail2banClient:
|
|||
|
||||
# Reads the command line options.
|
||||
try:
|
||||
cmdOpts = 'hc:s:p:xdviqV'
|
||||
cmdOpts = 'hc:s:p:xfbdviqV'
|
||||
cmdLongOpts = ['help', 'version']
|
||||
optList, args = getopt.getopt(self.__argv[1:], cmdOpts, cmdLongOpts)
|
||||
except getopt.GetoptError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue