From ee89f7cf963b92125fc284035dffac00b7fd851d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Jun 2022 19:57:48 +0200 Subject: Correcting breaking extra-quotes in dnsdist-console. Signed-off-by: Daniel Baumann --- dnsdist/bin/dnsdist-console | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dnsdist/bin/dnsdist-console b/dnsdist/bin/dnsdist-console index 8fcd3b0..ea26d63 100755 --- a/dnsdist/bin/dnsdist-console +++ b/dnsdist/bin/dnsdist-console @@ -57,4 +57,5 @@ then Usage fi -dnsdist "${OPTIONS}" +# shellcheck disable=SC2086 +dnsdist ${OPTIONS} -- cgit v1.2.3