From e11a48011897d32d6ff370b3f6c12e885021b9e1 Mon Sep 17 00:00:00 2001 From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com> Date: Tue, 26 May 2015 16:37:04 +0200 Subject: [PATCH] logger on the DAQ server --- patch-control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-control.sh b/patch-control.sh index cb5bd3a..dc1d691 100755 --- a/patch-control.sh +++ b/patch-control.sh @@ -159,7 +159,7 @@ run duration = ${run_duration} minutes, \ run setup file = ${rs_file}." daq_log_file=~/.km3_private/daq_${run_number}.log -JGetMessage -H localhost -T MSG -d 3 >${daq_log_file} & +JGetMessage -H ${DAQ_SERVER} -T MSG -d 3 >${daq_log_file} & PROCS=(${PROCS[*]} $!) # Copy selected run setup file, changing the run number -- GitLab