From 06006a9dadb0b830aa9f167334dcb3c5804abadf Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 7 Dec 2007 17:06:29 +0000 Subject: [PATCH] fix --- lrde-upload.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lrde-upload.sh b/lrde-upload.sh index b51f73fee..af311c211 100755 --- a/lrde-upload.sh +++ b/lrde-upload.sh @@ -8,6 +8,8 @@ set -x rm -rf /lrde/dload/spot/spot-snapshot.tmp cp -pR doc/spot.html /lrde/dload/spot/spot-snapshot.tmp -mv -p spot-*.tar.gz /lrde/dload/spot/spot-snapshot.tar.gz +chmod a+rX /lrde/dload/spot/spot-snapshot.tmp +mv -f spot-*.tar.gz /lrde/dload/spot/spot-snapshot.tar.gz +chmod a+rX /lrde/dload/spot/spot-snapshot.tar.gz rm -rf /lrde/dload/spot/spot-snapshot.html -mv /lrde/dload/spot/spot-snapshot.tmp /lrde/dload/spot/spot-snapshot.html +mv -f /lrde/dload/spot/spot-snapshot.tmp /lrde/dload/spot/spot-snapshot.html