unbound: Fix whitespace error in initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2019-11-04 12:02:46 +00:00
committed by Arne Fitzenreiter
parent d93b76a00e
commit cdf373c8fc

View 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