From 51c8329b94ca1b5f9a573da08b4261dbb32d84b2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 16 May 2022 07:26:27 -0700 Subject: net-dns/coredns: fix init script bashism Closes: https://bugs.gentoo.org/844976 Signed-off-by: Zac Medico --- net-dns/coredns/files/coredns.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-dns/coredns') diff --git a/net-dns/coredns/files/coredns.initd b/net-dns/coredns/files/coredns.initd index b47113327f83..7ddca41e75b0 100644 --- a/net-dns/coredns/files/coredns.initd +++ b/net-dns/coredns/files/coredns.initd @@ -19,7 +19,7 @@ depend() { after net } -if [[ -n "${COREDNS_HEALTHCHECK_URI}" ]]; then +if [ -n "${COREDNS_HEALTHCHECK_URI}" ]; then healthcheck_delay=20 healthcheck_timer=30 -- cgit v1.2.3-65-gdbad