X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfacomponent%2Fcopynode.sh;h=aacc266d75fc4858e2c2a305190be37e56612da1;hp=77bea0f5bfc0eb60ee9874a794a7eef489a74323;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hpb=7c1cf48e3a60344e3c381d1edac89d81659655f3 diff --git a/sfacomponent/copynode.sh b/sfacomponent/copynode.sh index 77bea0f5..aacc266d 100755 --- a/sfacomponent/copynode.sh +++ b/sfacomponent/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/sfaticket.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/server.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