From c400e75f6d279d6fa01a7e1d3bb56c7fa19dd4ee Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 20 Mar 2012 15:11:13 +1100 Subject: [PATCH] Revert changes made in rev3453 for the lyrebird and taipan SICSDIR. We NEED the /usr/local/nbi directories. r3475 | ffr | 2012-03-20 15:11:13 +1100 (Tue, 20 Mar 2012) | 2 lines --- site_ansto/instrument/deploySICS.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site_ansto/instrument/deploySICS.sh b/site_ansto/instrument/deploySICS.sh index 6e448d76..a0d0f977 100755 --- a/site_ansto/instrument/deploySICS.sh +++ b/site_ansto/instrument/deploySICS.sh @@ -120,17 +120,16 @@ INSTSRC=$SRCDIR/pelican;; lyrebird|lyrebird) INSTRUMENT=lyrebird DESTHOST=${2:-ics1-taipan.nbi.ansto.gov.au} -#SICSDIR=nbi/sics/lyrebird +SICSDIR=nbi/sics/lyrebird INSTSRC=$SRCDIR/lyrebird;; taipan|tas) INSTRUMENT=taipan DESTHOST=${2:-ics1-taipan.nbi.ansto.gov.au} -#SICSDIR=nbi/sics/taipan +SICSDIR=nbi/sics/taipan INSTSRC=$SRCDIR/tas;; kookaburra|kookaburra) INSTRUMENT=kookaburra DESTHOST=${2:-ics1-kookaburra.nbi.ansto.gov.au} -#SICSDIR=nbi/sics/kookaburra INSTSRC=$SRCDIR/kookaburra;; esac INSTCFDIR=$INSTSRC/config