X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=blobdiff_plain;f=update;h=32dc34e46d8c5e418e7319e6522146a04fa9e269;hp=9bf0ec93ee6699c3c542e0d12042517328918a3d;hb=73782ca9903844e4e78f9eac2d55b4407f72b907;hpb=64469abf1cd80bf1dcd4fe8ab2bfe6205193deea 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