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