From 45c4d58f19b7353bff3232d37a67b9219924b04b Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Fri, 4 Oct 2024 10:08:07 +0200 Subject: [PATCH] allow entrypoint arguments --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 index 2f03c01..cc5943d --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,4 +14,4 @@ if [ ! -f /etc/pki/tls/certs/unbound.pem ]; then -days 1000 fi -/usr/sbin/unbound -d +/usr/sbin/unbound -d $@