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

update

parent ebf441b0
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
# DM_DATA_DIR -> the absolute path of the folder which contain the detectorfile
# PC_CONF_DIR -> the absolute path of the pc.cfg configuration file
# DAQ_SERVER -> IP address of the DAQ Server
# DAQ_USER -> user name on the DAQ Server
function put_lock() {
touch /tmp/pc.lock
......@@ -171,7 +172,7 @@ PROCS=(${PROCS[*]} $!)
# Launch the DAQ
log "Launching the DAQ with the following command line: daq.sh ${run_number} ${run_start_time} ${run_duration_seconds}"
daq_driver_log_file=~/.km3_private/daq_driver_${run_number}.log
daq.sh ${run_number} ${run_start_time} ${run_duration_seconds} >${daq_driver_log_file} ${DAQ_SERVER} &
daq.sh ${run_number} ${run_start_time} ${run_duration_seconds} >${daq_driver_log_file} ${DAQ_SERVER} ${DAQ_USER} &
PROCS=(${PROCS[*]} $!)
# Put notification mark in the system tray
......
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