From e1ca509688ed797bdc8ec56753f2c35ad1b63278 Mon Sep 17 00:00:00 2001 From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com> Date: Thu, 15 Oct 2015 17:44:44 +0200 Subject: [PATCH] using jollyroger as jollytoken in DM by default. This should work even with DM version older than 4.0 --- patch-control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-control.sh b/patch-control.sh index f2e7a74..43b5cb1 100755 --- a/patch-control.sh +++ b/patch-control.sh @@ -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 -- GitLab