Skip to content

Commit

Permalink
allow entrypoint arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Oct 4, 2024
1 parent 6d3bbfd commit 45c4d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ ! -f /etc/pki/tls/certs/unbound.pem ]; then
-days 1000
fi

/usr/sbin/unbound -d
/usr/sbin/unbound -d $@

0 comments on commit 45c4d58

Please sign in to comment.