diff --git a/Makefile b/Makefile index aaf091d..5bec61f 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,6 @@ all: done upload: all sed -i 's/Stand: [^<]\+/Stand: $(shell date +'%T %d.%m.%Y')/' www/index.html - rsync -avcL www/ deploy@lctp:/srv/http/lctp + rsync --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r -avcL www/ deploy@lctp:/srv/http/lctp watch: cd bericht && make watch