Skip to content

Commit 8418223

Browse files
authored
Merge pull request #6742 from eugene7646/su_solr_path_fix_7338
Fixed a path issue that was affecting 32-bit Solr (7338)
2 parents 1c7ec14 + 8350f72 commit 8418223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KeywordSearch/solr/bin/autopsy-solr.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ IF NOT DEFINED SOLR_SSL_ENABLED (
6262
)
6363

6464
IF "%SOLR_SSL_ENABLED%"=="true" (
65-
set "SOLR_JETTY_CONFIG=--lib="%DEFAULT_SERVER_DIR%\solr-webapp\webapp\WEB-INF\lib\*""
65+
set "SOLR_JETTY_CONFIG=--lib='%DEFAULT_SERVER_DIR%\solr-webapp\webapp\WEB-INF\lib\*'"
6666
if !JAVA_MAJOR_VERSION! GEQ 9 (
6767
set "SOLR_JETTY_CONFIG=!SOLR_JETTY_CONFIG! --module=https"
6868
) else (

0 commit comments

Comments
 (0)