summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2022-05-16 07:26:27 -0700
committerZac Medico <zmedico@gentoo.org>2022-05-16 07:27:04 -0700
commit51c8329b94ca1b5f9a573da08b4261dbb32d84b2 (patch)
tree24174f7d700a43b2894f5acc8963da32099f00c6 /net-dns/coredns
parentdev-libs/dqlite: stabilize 1.10.0 for amd64 (diff)
downloadgentoo-51c8329b94ca1b5f9a573da08b4261dbb32d84b2.tar.gz
gentoo-51c8329b94ca1b5f9a573da08b4261dbb32d84b2.tar.bz2
gentoo-51c8329b94ca1b5f9a573da08b4261dbb32d84b2.zip
net-dns/coredns: fix init script bashism
Closes: https://bugs.gentoo.org/844976 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-dns/coredns')
-rw-r--r--net-dns/coredns/files/coredns.initd2
1 files changed, 1 insertions, 1 deletions
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