From ba52697ab279d7f3edd89b085359238b75d2144a Mon Sep 17 00:00:00 2001 From: "Hadaq@styx" Date: Wed, 9 Oct 2013 17:31:53 +0200 Subject: [PATCH] included nxyter setup --- users/cosy_test/config/nxyter.sh | 6 +++--- users/cosy_test/config/nxyter/setup.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/users/cosy_test/config/nxyter.sh b/users/cosy_test/config/nxyter.sh index 936c51d..9bafda0 100755 --- a/users/cosy_test/config/nxyter.sh +++ b/users/cosy_test/config/nxyter.sh @@ -1,5 +1,5 @@ #!/bin/bash -echo "Loading nxyter read-out configuration" -echo "...Not available yet..." - +cd nxyter +./setup.sh +cd .. diff --git a/users/cosy_test/config/nxyter/setup.sh b/users/cosy_test/config/nxyter/setup.sh index 39b3bea..1187066 100755 --- a/users/cosy_test/config/nxyter/setup.sh +++ b/users/cosy_test/config/nxyter/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -export PATH=/home/rich/TRB/trbsoft/trbnettools/bin:${PATH} +echo "Loading nxyter read-out configuration" # i2c_sm_reset trbcmd w 0x3800 0x8100 0x01 -- 2.43.0