[Pcsclite-git-commit] [website] 02/09: update.sh; make the images readable by any body

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Oct 28 12:52:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 76b513061f8297dc94a3374aa04c35365bfddddf
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat Oct 24 19:50:10 2015 +0200

    update.sh; make the images readable by any body
    
    Sometimes the access rights are not correct and the web server can't
    access the reader images.
---
 update.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/update.sh b/update.sh
index daf5256..17ed751 100755
--- a/update.sh
+++ b/update.sh
@@ -20,6 +20,9 @@ then
 	exit
 fi
 
+# make the images readable by any body
+chmod a+r ccid/img/*
+
 # CCID matrix and lists
 rsync --recursive --verbose --update --rsh=ssh ccid anonscm.debian.org:pcsclite_htdocs/
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list