From 1faa5d331d38d26f4ab828412962cd4a2be42745 Mon Sep 17 00:00:00 2001 From: muench Date: Fri, 18 Feb 2000 13:35:34 +0000 Subject: [PATCH] BUGBUG still special case for one installation --- hadaq/ctrlctu.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hadaq/ctrlctu.c b/hadaq/ctrlctu.c index cbb5bca..00fc24a 100644 --- a/hadaq/ctrlctu.c +++ b/hadaq/ctrlctu.c @@ -71,14 +71,15 @@ int main(int argc, char *argv[]) Worker_initEnd(worker); sleep(1); - system("/home/hades/bin/dtuctrl -t ctu reset"); - system("/home/hades/bin/dtuctrl -t ctu rate 1"); - system("/home/hades/bin/dtuctrl -t ctu start"); + system("/usr/local/bin/dtuctrl -t ctu reset"); + system("/usr/local/bin/dtuctrl -t ctu rate 1"); + system("/usr/local/bin/dtuctrl -t ctu start"); (*ctuEnabled) = 1; if (0 == setjmp(terminateJmp)) { sleep(32767); } - system("/home/hades/bin/dtuctrl -t ctu stop"); + sleep(3); + system("/usr/local/bin/dtuctrl -t ctu stop"); (*ctuEnabled) = 0; Worker_fini(worker); -- 2.43.0