Skip to content

Commit 3b2d0b4

Browse files
authored
fix: remove unused env var (#669)
1 parent 2aa8392 commit 3b2d0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ impl DruidRole {
604604
{COMMON_BASH_TRAP_FUNCTIONS}
605605
{remove_vector_shutdown_file_command}
606606
prepare_signal_handlers
607-
CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
607+
containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
608608
/stackable/druid/bin/run-druid {process_name} {RW_CONFIG_DIRECTORY} &
609609
echo \"$!\" >> /tmp/DRUID_PID
610610
wait_for_termination $(cat /tmp/DRUID_PID)

0 commit comments

Comments
 (0)