From f797b37c32e9306dc0b0c35e9b1e09f50ccc15de Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 8 Dec 2007 09:54:23 +0000 Subject: [PATCH] chmod -R --- lrde-upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lrde-upload.sh b/lrde-upload.sh index af311c211..9019b387f 100755 --- a/lrde-upload.sh +++ b/lrde-upload.sh @@ -10,6 +10,6 @@ rm -rf /lrde/dload/spot/spot-snapshot.tmp cp -pR doc/spot.html /lrde/dload/spot/spot-snapshot.tmp 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 +chmod -R a+rX /lrde/dload/spot/spot-snapshot.tar.gz rm -rf /lrde/dload/spot/spot-snapshot.html mv -f /lrde/dload/spot/spot-snapshot.tmp /lrde/dload/spot/spot-snapshot.html