summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2019-02-17 09:12:30 +0000
committerViktor Szépe <viktor@szepe.net>2019-02-17 09:12:30 +0000
commit824afbf52d951844ebaff1cc93c990867f60ffd2 (patch)
tree4d58efc08f05e28b7bbcd413bae1e63ee69f3660 /files
parent24b0e048d18ee6cce0c544ee6e9fc3126279da56 (diff)
downloadfail2ban-824afbf52d951844ebaff1cc93c990867f60ffd2.tar.gz
Fix whitespaces
Diffstat (limited to 'files')
-rwxr-xr-xfiles/debian-initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/debian-initd b/files/debian-initd
index 35362d0d..a9cc584f 100755
--- a/files/debian-initd
+++ b/files/debian-initd
@@ -33,7 +33,7 @@ SCRIPTNAME="/etc/init.d/$NAME"
# Ad-hoc way to parse out socket file name
SOCKFILE="$(grep -h '^[^#]*socket *=' "/etc/$NAME/$NAME.conf" "/etc/$NAME/$NAME.local" 2>/dev/null \
- | tail -n 1 | sed -e 's/.*socket *= *//g' -e 's/ *$//g')"
+ | tail -n 1 | sed -e 's/.*socket *= *//g' -e 's/ *$//g')"
[ -z "$SOCKFILE" ] && SOCKFILE="/var/run/fail2ban.sock"
# Exit if the package is not installed