X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=component%2Fcopynode.sh;h=77bea0f5bfc0eb60ee9874a794a7eef489a74323;hb=8dd8554312526095295e6968b2ad17d67c5a8e4a;hp=ce5698aaf9ba9c0e63d47f7d3d8a47db2564e9ae;hpb=7eac6700a0be4dc123708cd9b4957e350ded0720;p=sfa.git diff --git a/component/copynode.sh b/component/copynode.sh index ce5698aa..77bea0f5 100755 --- a/component/copynode.sh +++ b/component/copynode.sh @@ -3,6 +3,6 @@ source component_slice_config.sh echo connecting to node: $1 -export FILES="component.py ../util/cert.py ../util/credential.py ../util/excep.py ../util/geniserver.py ../util/geniticket.py ../util/gid.py ../util/misc.py ../util/record.py ../util/rights.py ../util/report.py ../util/trustedroot.py ../plc/trusted_roots install" +export FILES="component.py ../util/cert.py ../util/credential.py ../util/excep.py ../util/geniserver.py ../util/sfaticket.py ../util/gid.py ../util/misc.py ../util/record.py ../util/rights.py ../util/report.py ../util/trustedroot.py ../plc/trusted_roots install" echo $FILES scp -i $KEY_FILE -r $FILES $USER@$1:$DEST_DIR