From 7818b0cb2ab6122c72ba1f9206b6e543c3860eaf Mon Sep 17 00:00:00 2001 From: Cameron Norman Date: Sun, 20 Apr 2014 16:03:04 -0700 Subject: [PATCH] Added f and b to cmdOpts. f = start server in foreground; b = start server in background (default). --- bin/fail2ban-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fail2ban-client b/bin/fail2ban-client index 8d757cfea..1acb3842d 100755 --- a/bin/fail2ban-client +++ b/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: