From 2f2a6315359cbf6cb9391b5865d644618f07eafc Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Fri, 5 Jun 2026 14:14:31 +0200 Subject: [PATCH] fix luft.tclsh script moved camonitor from afs to /sq_sw/linse/bin/ --- tcl/luft.tclsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/luft.tclsh b/tcl/luft.tclsh index 1991ce2..654f908 100755 --- a/tcl/luft.tclsh +++ b/tcl/luft.tclsh @@ -81,7 +81,7 @@ if {$sea(debug)} { } else { seacom "Spy 007" } -set cmd "/afs/psi.ch/project/sinq/rhel7/stow/base-3.15.5/bin/linux-x86_64-debug/camonitor [array names values]" +set cmd "/sq_sw/linse/bin/camonitor [array names values]" set ret [catch {set proc [exec ps ax -o pid,args | grep $cmd]} msg] set killed [list]