diff --git a/connect.sh b/connect.sh index 4262518d97d7a08daf2d2a5f2f7f33898f615995..f07c217a92d3ec3ab17e5d894d53062928b357b8 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