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 May 2, 2023
1 parent 2754a69 commit fe42a2c
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 fe42a2c

Please sign in to comment.