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
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ ssh ${DAQ_USER}@${DAQ_SERVER} "[ -e ${ROOT_FILE} ]" && { ...@@ -204,7 +204,7 @@ ssh ${DAQ_USER}@${DAQ_SERVER} "[ -e ${ROOT_FILE} ]" && {
let "run_duration_seconds = ${run_duration} * 60" 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} & JGetMessage -H ${DAQ_SERVER} -T MSG -d 3 >${daq_log_file} &
PROCS=(${PROCS[*]} $!) PROCS=(${PROCS[*]} $!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment