Skip to content

Commit

Permalink
Make tempdir world-readable before rsyncing
Browse files Browse the repository at this point in the history
otherwise Apache will not be able to read the generated files
  • Loading branch information
moritz committed May 31, 2015
1 parent a0609ab commit f80d1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/update-design.perl6.org.sh
Expand Up @@ -57,6 +57,7 @@ done

if [ -z "$NOSSH" ]
then
chmod 755 "$DEST_DIR"
rsync -az --delete $DEST_DIR/ design.perl6.org@www:/var/www/design.perl6.org/
fi
if [ -z "$KEEPTMP" ]
Expand Down

0 comments on commit f80d1a3

Please sign in to comment.