- Replaced ... or ... or ... with ... in ...

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@356 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-09-14 22:39:41 +00:00
parent 7f7361a282
commit 6333298fd7
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Beautifier:
elif inC == ["stop"]:
if response == None:
msg = "Shutdown successful"
elif inC[2] == "logpath" or inC[2] == "addlogpath" or inC[2] == "dellogpath":
elif inC[2] in ("logpath", "addlogpath", "dellogpath"):
msg = "Current monitored log file(s):\n"
for path in response[:-1]:
msg = msg + "|- " + path + "\n"