From: Michael Tremer Date: Mon, 4 Nov 2019 12:02:46 +0000 (+0000) Subject: unbound: Fix whitespace error in initscript X-Git-Tag: v2.23-core139~3^2~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdf373c8fc1c9262afc0954816c2244006c8a4e2;p=ipfire-2.x.git unbound: Fix whitespace error in initscript Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index d195fd3256..8eaf3734a8 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -450,7 +450,7 @@ ns_supports_tcp() { shift # If TCP is forced we know by now if the server responds to it - if [ "${FORCE_TCP}" = "on" ]; then + if [ "${FORCE_TCP}" = "on" ]; then return 0 fi