Skip to content

Commit

Permalink
Update solr/bin/solr
Browse files Browse the repository at this point in the history
Co-authored-by: Christine Poerschke <cpoerschke@apache.org>
  • Loading branch information
epugh and cpoerschke authored Sep 2, 2023
1 parent 48e5c8f commit b34c4c3
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 @@ -1301,7 +1301,7 @@ if [ $# -gt 0 ]; then
exit 1
fi
SOLR_PORT="$2"
PROVIDED_SOLR_PORT=SOLR_PORT
PROVIDED_SOLR_PORT="${SOLR_PORT}"
PASS_TO_RUN_EXAMPLE+=("-p" "$SOLR_PORT")
shift 2
;;
Expand Down

0 comments on commit b34c4c3

Please sign in to comment.