Fix unneeded chmod of files on mirrors. releng ticket 6421
This commit is contained in:
parent
5a60293a3b
commit
d0a046d431
3 changed files with 5 additions and 5 deletions
|
@ -17,6 +17,6 @@ if diff $TMPFILE fullfiletimelist > /dev/null; then
|
|||
rm -f $TMPFILE
|
||||
else
|
||||
mv $TMPFILE fullfiletimelist
|
||||
chmod 0644 fullfiletimelist
|
||||
fi
|
||||
chmod 0644 fullfiletimelist
|
||||
popd > /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue