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

using jollyroger as jollytoken in DM by default.

This should work even with DM version older than 4.0
parent c9020619
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ DAQ_PROC_ID=$!
PROCS=(${PROCS[*]} ${DAQ_PROC_ID})
# Launch the DM
dm_driver ${run_duration_seconds} | mono ${DM_EXE_DIR}/DetectorControl.exe --control --reset &
dm_driver ${run_duration_seconds} | mono ${DM_EXE_DIR}/DetectorControl.exe --control --reset --jollytoken jollyroger &
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