maint: set umask 022 in lrde-upload.sh
* lrde-upload.sh: Call umask, so that newly created directories are accessible.
This commit is contained in:
parent
862c248a41
commit
e9ea9fd3fe
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ VERSION=`autoconf --trace='AC_INIT:$2'`
|
|||
|
||||
DEST=/lrde/dload/spot/snapshots/
|
||||
|
||||
umask 022
|
||||
|
||||
rm -rf $DEST/$rev.tmp
|
||||
mkdir -p $DEST/$rev.tmp
|
||||
cp -pR doc/spot.html $DEST/$rev.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue