diff --git a/QUICK/job_manager.sh b/QUICK/job_manager.sh index f1a1af3..c5e9cee 100644 --- a/QUICK/job_manager.sh +++ b/QUICK/job_manager.sh @@ -257,7 +257,7 @@ fetch_new_job() { initialize_offset_tracking "${file_name%.*}.out" # Keep the run log next to the input file - run_log="${SHARED_DIR}/${input_file%.*}_run.log" + run_log="${input_file%.*}_run.log" touch "$run_log" log_message "Starting job execution"