]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
unbound: Fix whitespace error in initscript
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Nov 2019 12:02:46 +0000 (12:02 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Nov 2019 18:53:50 +0000 (18:53 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
src/initscripts/system/unbound

index d195fd3256dc695cef32dd36615ff99a78359c8f..8eaf3734a88a1638004dd5c35a16fed638febe8c 100644 (file)
@@ -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