mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixed a path issue that was affecting 32-bit Solr
This commit is contained in:
parent
1c7ec14fbc
commit
8350f72553
@ -62,7 +62,7 @@ IF NOT DEFINED SOLR_SSL_ENABLED (
|
||||
)
|
||||
|
||||
IF "%SOLR_SSL_ENABLED%"=="true" (
|
||||
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\*'"
|
||||
if !JAVA_MAJOR_VERSION! GEQ 9 (
|
||||
set "SOLR_JETTY_CONFIG=!SOLR_JETTY_CONFIG! --module=https"
|
||||
) else (
|
||||
|
Loading…
x
Reference in New Issue
Block a user