From c406e5b156e9316970e191073cc47cd75905c3ef Mon Sep 17 00:00:00 2001 From: mishraa94 <mishraa94@mi.fu-berlin.de> Date: Thu, 2 Jan 2025 10:52:41 +0000 Subject: [PATCH] Replace connect.sh --- connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.sh b/connect.sh index 4262518..f07c217 100644 --- a/connect.sh +++ b/connect.sh @@ -192,4 +192,4 @@ find . -maxdepth 1 -type f -name "*.log" ! -name "output.log" -exec rm -f {} \; # Disable cleanup since the pipeline finished successfully trap - EXIT SIGINT SIGTERM -log_message "Pipeline executed successfully in directory $RUN_DIR!" +log_message "Pipeline executed successfully in directory $RUN_DIR!" \ No newline at end of file -- GitLab