From 73782ca9903844e4e78f9eac2d55b4407f72b907 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 22 Jun 2014 19:59:05 +0400 Subject: [PATCH] chmod -R a+rX cgi-bin --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2