From: Oleg Broytman Date: Sun, 22 Jun 2014 15:59:05 +0000 (+0400) Subject: chmod -R a+rX cgi-bin X-Git-Tag: v0.4~18 X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=commitdiff_plain;h=73782ca9903844e4e78f9eac2d55b4407f72b907 chmod -R a+rX cgi-bin --- diff --git a/update b/update index 9bf0ec9..32dc34e 100755 --- 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