From 728290e9c394ba0fd07a486f9d5f55b0fe2b48b0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 24 Mar 2014 03:01:43 +0400 Subject: [PATCH] umask 077 --- publish2web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5