Skip to content

Commit

Permalink
added newline in front of traefik auth messages in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Dec 10, 2019
1 parent a16a110 commit f10c5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_doth_dns.bash
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,11 @@ fi
# Set TRAEFIK_AUTH
if ! [ -f traefik-docker/shared/.htpasswd ] || [[ "${_FLAG_TRAEFIK_NOAUTH}" == 'y' ]]; then
_TRAEFIK_AUTH="NoAuth"
printf "%b Treafik dashboard authorization is set to %bINACTIVE%b.\n" \
printf "\n%b Treafik dashboard authorization is set to %bINACTIVE%b.\n" \
"${INFO}" "${CYAN}" "${BLANK}"
else
_TRAEFIK_AUTH="Auth"
printf "%b Treafik dashboard authorization is set to %bACTIVE%b.\n" \
printf "\n%b Treafik dashboard authorization is set to %bACTIVE%b.\n" \
"${INFO}" "${CYAN}" "${BLANK}"
fi

Expand Down

0 comments on commit f10c5d0

Please sign in to comment.