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
This commit is contained in:
committed by
Douglas Clowes
parent
de2f54fb83
commit
564989c722
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user