Default to -nocopy when using -norsync

This commit is contained in:
Kris Kennaway 2007-02-18 09:03:52 +00:00
parent f400f2bb03
commit ae0d1702e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185424

View File

@ -24,10 +24,10 @@ disconnected=0
if [ "${norsync}" = 1 ]; then
md5=0
nocopy=
nocopy=-nocopy
else
md5=$(/sbin/md5 ${pb}/${arch}/${branch}/tarballs/bindist.tar | awk '{print $4}')
nocopy=
md5=$(/sbin/md5 ${pb}/${arch}/${branch}/tarballs/bindist.tar | awk '{print $4}')
fi
scp -p ${pb}/scripts/setupnode ${client_user}@${node}:/tmp