checking in initial version of component interface
[sfa.git] / component / copynode.sh
1 #!/bin/bash
2 echo connecting to node: $1
3 export FILES="component.py ../util/cert.py ../util/credential.py ../util/excep.py ../util/geniserver.py ../util/gid.py ../util/misc.py ../util/record.py ../util/rights.py ../util/report.py ../util/trustedroot.py ../registry/trusted_roots install"
4 echo $FILES
5 scp -i root_ssh_key.rsa -r $FILES root@$1:/usr/share/NodeManager