From 824afbf52d951844ebaff1cc93c990867f60ffd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 17 Feb 2019 09:12:30 +0000 Subject: Fix whitespaces --- files/debian-initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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 -- cgit v1.2.1