From 564989c722300c8afa3cbfee8a1a5bdc613b5db9 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Thu, 16 Nov 2006 16:20:51 +1100 Subject: [PATCH] Using sg to change group to sics when deploying on ics1 and test hosts. r1298 | ffr | 2006-11-16 16:20:51 +1100 (Thu, 16 Nov 2006) | 2 lines --- site_ansto/instrument/deploySICS.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site_ansto/instrument/deploySICS.sh b/site_ansto/instrument/deploySICS.sh index 0893a7d6..65373ce2 100755 --- a/site_ansto/instrument/deploySICS.sh +++ b/site_ansto/instrument/deploySICS.sh @@ -1,8 +1,8 @@ #!/bin/sh -# $Revision: 1.13 $ -# $Date: 2006-11-16 04:21:17 $ +# $Revision: 1.14 $ +# $Date: 2006-11-16 05:20:51 $ # Author: Ferdi Franceschini (ffr@ansto.gov.au) -# Last revision by $Author: dcl $ +# Last revision by $Author: ffr $ # Deploys SICServer and configuration files to # an instrument control computer. @@ -130,7 +130,7 @@ if [ "$DESTHOST" = "localhost" ] then EXTRACT="tar vxz -C /" else -EXTRACT="ssh $DESTHOST tar vxz -C /" +EXTRACT="ssh $DESTHOST sg sics -c tar\ vxz\ -C\ /" fi if [ ! -e $SRCDIR/MANIFEST.TXT ]