Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 790a519

Browse files
committed
remove unused env var
1 parent e9056e8 commit 790a519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ fn build_server_rolegroup_statefulset(
631631
COMMON_BASH_TRAP_FUNCTIONS.to_string(),
632632
remove_vector_shutdown_file_command(STACKABLE_LOG_DIR),
633633
"prepare_signal_handlers".to_string(),
634-
format!("CONTAINERDEBUG_LOG_DIRECTORY={STACKABLE_LOG_DIR}/containerdebug containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &"),
634+
format!("containerdebug --output={STACKABLE_LOG_DIR}/containerdebug-state.json --loop &"),
635635
// run process
636636
format!("java -Djava.security.properties={STACKABLE_CONFIG_DIR}/{JVM_SECURITY_PROPERTIES} -jar hello-world.jar &"),
637637
// graceful shutdown part

0 commit comments

Comments
 (0)