Skip to content

Commit

Permalink
default SOLR_SSL_PORT to SOLR_PORT (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
nginthfs authored and Justin Sweeney committed May 5, 2023
1 parent dd11bb5 commit d25b9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/bin/solr
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ if [[ "$SCRIPT_CMD" == "stop" && -z "${SOLR_PORT:-}" ]]; then
fi

: "${SOLR_PORT:=8983}"
: "${SOLR_SSL_PORT:=8983}"
: "${SOLR_SSL_PORT:=$SOLR_PORT}"

if [ -n "${SOLR_PORT_ADVERTISE:-}" ]; then
SOLR_OPTS+=("-Dsolr.port.advertise=$SOLR_PORT_ADVERTISE")
Expand Down

0 comments on commit d25b9cf

Please sign in to comment.