Skip to content

Commit d56c9dd

Browse files
committed
remove unused env var
1 parent f2f8a7b commit d56c9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ impl ContainerConfig {
612612
{COMMON_BASH_TRAP_FUNCTIONS}
613613
{remove_vector_shutdown_file_command}
614614
prepare_signal_handlers
615-
CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
615+
containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
616616
if [[ -d {LISTENER_VOLUME_DIR} ]]; then
617617
export POD_ADDRESS=$(cat {LISTENER_VOLUME_DIR}/default-address/address)
618618
for i in {LISTENER_VOLUME_DIR}/default-address/ports/*; do

0 commit comments

Comments
 (0)