Skip to content

Commit

Permalink
Fix wrong path separator in bin/solr
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis committed Dec 23, 2024
1 parent 6fddf18 commit 3e71986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/bin/solr
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ fi

# Establish default GC logging opts if no env var set
if [ -z "${GC_LOG_OPTS}" ]; then
GC_LOG_OPTS=("-Xlog:gc*:file=$SOLR_LOGS_DIR\solr_gc.log:time,level,tags:filecount=9,filesize=20M")
GC_LOG_OPTS=("-Xlog:gc*:file=$SOLR_LOGS_DIR/solr_gc.log:time,level,tags:filecount=9,filesize=20M")
fi

if [ "${SOLR_MODE:-}" == 'solrcloud' ]; then
Expand Down

0 comments on commit 3e71986

Please sign in to comment.