Browse Source

Added f and b to cmdOpts.

f = start server in foreground; b = start server in background (default).
pull/704/head
Cameron Norman 11 years ago
parent
commit
7818b0cb2a
  1. 2
      bin/fail2ban-client

2
bin/fail2ban-client

@ -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…
Cancel
Save