Skip to content

Commit

Permalink
Update docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Etzeitet authored Jan 28, 2021
1 parent 41e0cec commit 099d77f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ main() {
# treat everything except "--" as exec cmd
[[ ${1:0:2} != "--" ]] && exec "${@}"


check_env

if [[ -n ${DNS_AUTH_SERVICE} ]]; then
Expand Down

0 comments on commit 099d77f

Please sign in to comment.