From 5c4d8ea613bbe8421a6dc1f71ca6186e01c88c00 Mon Sep 17 00:00:00 2001 From: rajanplumley Date: Thu, 16 Aug 2018 17:19:04 -0700 Subject: [PATCH] more stuff into ipmConfigEpics for CXI --- scripts/ipmConfigEpics | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ipmConfigEpics b/scripts/ipmConfigEpics index e817f335..cd90c19a 100755 --- a/scripts/ipmConfigEpics +++ b/scripts/ipmConfigEpics @@ -9,6 +9,7 @@ ulimit -c unlimited xcsIpm='decmono ipmmono diomono pim3 pim3m ipm4 pim4 ipm1 ipm2 ipm3 ipm5 pim5 ipmgonLD ipmlamLD snddio' xppIpm='diomono decmono ipm2 ipm3 pim3 diodeU ipm1' +cxiIpm='dg2ipm dg3ipm' ipmList() { @@ -16,6 +17,8 @@ if [ $hutch == 'xcs' ]; then for box in $xcsIpm; do echo $box; done elif [ $hutch == 'xpp' ]; then for box in $xppIpm; do echo $box; done +elif [ $hutch == 'cxi' ]; then + for box in $cxiIpm; do echo $box; done else echo 'hutch cannot be determined, quit' exit