]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commitdiff
chmod -R a+rX cgi-bin
authorOleg Broytman <phd@phdru.name>
Sun, 22 Jun 2014 15:59:05 +0000 (19:59 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 22 Jun 2014 15:59:05 +0000 (19:59 +0400)
update

diff --git a/update b/update
index 9bf0ec93ee6699c3c542e0d12042517328918a3d..32dc34e46d8c5e418e7319e6522146a04fa9e269 100755 (executable)
--- a/update
+++ b/update
@@ -33,7 +33,7 @@ if [ -n "$cgi" ]; then
    rsync -ahP "$current"/html/html.py "$current"/html/html.tmpl \
               "$current"/html/redirect.py "$current"/html/redirect.tmpl html &&
    rsync -ahP "$current"/parser.out "$current"/parsetab.py . &&
-   compyleall
+   compyleall && chmod -R a+rX .
 fi &&
 
 cd "$current" && exec git pull origin