Skip to content
Snippets Groups Projects
Commit 1dd92414 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

DAQ log file name uses fixed lenght

parent 071387f2
Branches
Tags
No related merge requests found
......@@ -204,7 +204,7 @@ ssh ${DAQ_USER}@${DAQ_SERVER} "[ -e ${ROOT_FILE} ]" && {
let "run_duration_seconds = ${run_duration} * 60"
daq_log_file=~/.km3_private/daq_${run_number}.log
daq_log_file=~/.km3_private/daq_`printf "%08d" ${run_number}`.log
JGetMessage -H ${DAQ_SERVER} -T MSG -d 3 >${daq_log_file} &
PROCS=(${PROCS[*]} $!)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment