Skip to content

Commit

Permalink
SOLR-17074: Fixed not correctly escaped quote in bin/solr script (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
freedev authored Jan 22, 2024
1 parent 750a409 commit a7441c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ Bug Fixes

* SOLR-17116: The INSTALLSHARDDATA "collection-admin" API now reports errors correctly when run asynchronously. (Jason Gerlowski)

* SOLR-17074: Fixed not correctly escaped quote in bin/solr script (Dominique Béjean, Vincenzo D'Amore)

Dependency Upgrades
---------------------
* SOLR-17012: Update Apache Hadoop to 3.3.6 and Apache Curator to 5.5.0 (Kevin Risden)
Expand Down
4 changes: 2 additions & 2 deletions solr/bin/solr
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ function print_usage() {
echo ""
echo " -noprompt Don't prompt for input; accept all defaults when running examples that accept user input"
echo ""
echo " -force If attempting to start Solr as the root user, the script will exit with a warning that running Solr as "root" can cause problems."
echo " It is possible to override this warning with the `-force` parameter."
echo " -force If attempting to start Solr as the root user, the script will exit with a warning that running Solr as \"root\" can cause problems."
echo " It is possible to override this warning with the '-force' parameter."
echo ""
echo " -v and -q Verbose (-v) or quiet (-q) logging. Sets default log level of Solr to DEBUG or WARN instead of INFO"
echo ""
Expand Down

0 comments on commit a7441c1

Please sign in to comment.