From: Oleg Broytman Date: Sun, 23 Mar 2014 23:01:43 +0000 (+0400) Subject: umask 077 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=728290e9c394ba0fd07a486f9d5f55b0fe2b48b0;p=git-scripts.git umask 077 --- diff --git a/publish2web b/publish2web index 2708364..c6d2add 100755 --- a/publish2web +++ b/publish2web @@ -35,6 +35,6 @@ fi && cd .. && mv "$dest_dir" "$HOME"/Internet/WWW/htdocs/git.phdru.name && -umask 027 && +umask 077 && cd "$source_dir" && exec git remote add --mirror=push web "$HOME"/Internet/WWW/htdocs/git.phdru.name/"$dest_dir"