Skip to content

Commit

Permalink
shellcheck: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Oct 17, 2024
1 parent 3735323 commit 413c972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provision/webmail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ configure_nginx_server()
configure_nginx_server_d webmail

if [ "$TOASTER_WEBMAIL_PROXY" = "nginx" ]; then
# shellcheck disable=SC2089
_NGINX_SERVER="
server {
listen 443 ssl;
Expand Down Expand Up @@ -122,6 +123,7 @@ configure_nginx_server()
}
}
"
# shellcheck disable=SC2090
export _NGINX_SERVER

configure_nginx_server_d webmail-tls
Expand Down

0 comments on commit 413c972

Please sign in to comment.