commit:     51c8329b94ca1b5f9a573da08b4261dbb32d84b2
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 14:26:27 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon May 16 14:27:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c8329b

net-dns/coredns: fix init script bashism

Closes: https://bugs.gentoo.org/844976
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 net-dns/coredns/files/coredns.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

Reply via email to