We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c7ec14 + 8350f72 commit 8418223Copy full SHA for 8418223
KeywordSearch/solr/bin/autopsy-solr.cmd
@@ -62,7 +62,7 @@ IF NOT DEFINED SOLR_SSL_ENABLED (
62
)
63
64
IF "%SOLR_SSL_ENABLED%"=="true" (
65
- set "SOLR_JETTY_CONFIG=--lib="%DEFAULT_SERVER_DIR%\solr-webapp\webapp\WEB-INF\lib\*""
+ set "SOLR_JETTY_CONFIG=--lib='%DEFAULT_SERVER_DIR%\solr-webapp\webapp\WEB-INF\lib\*'"
66
if !JAVA_MAJOR_VERSION! GEQ 9 (
67
set "SOLR_JETTY_CONFIG=!SOLR_JETTY_CONFIG! --module=https"
68
) else (
0 commit comments