unbound: Fix whitespace error in initscript

Message ID 20191104120246.18687-1-michael.tremer@ipfire.org
State Accepted
Headers
Series unbound: Fix whitespace error in initscript |

Commit Message

Michael Tremer Nov. 4, 2019, 12:02 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 src/initscripts/system/unbound | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound
index d195fd325..8eaf3734a 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