Don't set -nocopy when -norsync is set, otherwise the setupnode script
doesn't completely prep the client.
This commit is contained in:
parent
29d910959f
commit
d06e2470ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150848
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ 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=
|
||||
|
|
Loading…
Reference in a new issue