summaryrefslogtreecommitdiff
path: root/net-dns/coredns/files/coredns.initd
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/coredns/files/coredns.initd')
-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