Skip to content

Commit

Permalink
remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Dec 11, 2024
1 parent f2f8a7b commit d56c9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ impl ContainerConfig {
{COMMON_BASH_TRAP_FUNCTIONS}
{remove_vector_shutdown_file_command}
prepare_signal_handlers
CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &
if [[ -d {LISTENER_VOLUME_DIR} ]]; then
export POD_ADDRESS=$(cat {LISTENER_VOLUME_DIR}/default-address/address)
for i in {LISTENER_VOLUME_DIR}/default-address/ports/*; do
Expand Down

0 comments on commit d56c9dd

Please sign in to comment.