From e9ea9fd3fe60258481d3299ecc75dcbdb3533873 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 19 Mar 2012 07:59:15 +0100 Subject: [PATCH] maint: set umask 022 in lrde-upload.sh * lrde-upload.sh: Call umask, so that newly created directories are accessible. --- lrde-upload.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lrde-upload.sh b/lrde-upload.sh index 243a2c7c2..5a6968757 100755 --- a/lrde-upload.sh +++ b/lrde-upload.sh @@ -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