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:
Alexandre Duret-Lutz 2012-03-19 07:59:15 +01:00
parent 862c248a41
commit e9ea9fd3fe

View file

@ -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