Ahem... Pass the -R option to the right chmod.

This commit is contained in:
Alexandre Duret-Lutz 2007-12-08 17:01:47 +00:00
parent f797b37c32
commit 8d1b5e40b0

View file

@ -8,8 +8,8 @@ set -x
rm -rf /lrde/dload/spot/spot-snapshot.tmp rm -rf /lrde/dload/spot/spot-snapshot.tmp
cp -pR doc/spot.html /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 chmod -R a+rX /lrde/dload/spot/spot-snapshot.tmp
mv -f spot-*.tar.gz /lrde/dload/spot/spot-snapshot.tar.gz mv -f spot-*.tar.gz /lrde/dload/spot/spot-snapshot.tar.gz
chmod -R a+rX /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 rm -rf /lrde/dload/spot/spot-snapshot.html
mv -f /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