diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-31 18:46:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-31 18:46:04 +0000 |
commit | 9cf015b0509e5eac51b7de4fac5af14e6cca3eb8 (patch) | |
tree | 12b9f348f8d9d05a6ec1c40fd8b1fd5e11496caf /Master/tlpkg/bin/tl-update-images | |
parent | 601d6dcb85e8ad0a55f27f1a04eb1cabf85f8f91 (diff) |
renice, doc, archive old script
git-svn-id: svn://tug.org/texlive/trunk@53278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index e2191c0bb1e..72a9b623835 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -16,8 +16,8 @@ V=2019 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test -renice +19 -p $$ >/dev/null 2>&1 -umask 0 +renice 20 $$ >/dev/null 2>&1 +umask 002 unset CDPATH # avoid output from cd XZ_OPT=-6e; export XZ_OPT # compression level, -9 for slowest-but-most, # which is not worth the (excessive) time. |