mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +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" (
|
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 (
|
if !JAVA_MAJOR_VERSION! GEQ 9 (
|
||||||
set "SOLR_JETTY_CONFIG=!SOLR_JETTY_CONFIG! --module=https"
|
set "SOLR_JETTY_CONFIG=!SOLR_JETTY_CONFIG! --module=https"
|
||||||
) else (
|
) else (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user