mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 02:07:25 +08:00
libsolr: use SOLR_PID_FILE when cleaning up previous PID (#48)
Signed-off-by: Alexandra Dunn <dunn.alex@gmail.com>
This commit is contained in:
committed by
Bitnami Containers
parent
6b72047526
commit
8a0a00a931
@@ -584,7 +584,7 @@ solr_initialize() {
|
||||
info "Configuring file permissions for Solr"
|
||||
ensure_dir_exists "$SOLR_VOLUME_DIR"
|
||||
|
||||
rm -f "${SOLR_TMP_DIR}/solr*.pid"
|
||||
rm -f "$SOLR_PID_FILE"
|
||||
|
||||
if is_boolean_yes "$SOLR_ENABLE_CLOUD_MODE"; then
|
||||
info "Deploying Solr Cloud from scratch"
|
||||
|
||||
Reference in New Issue
Block a user